so, you may watch the video. Check Now
or
You can use my modified boilerplate
- Visual Studio Code Editor &
- Its two extensions :
EsLint
,Prettier
- Just keep a empty directory
- Clone/Download this repo
- Copy and paste the files in your directory
- I have use yarn in this repo. so you have to use yarn for this. so if you don't have yarn installed, install it by using this command:
npm i -g yarn
- then use this command:
yarn update
to make your dependency packages version updated - Now run command
yarn
oryarn install
to install all dependency - Now use this command:
yarn start
& you are ready to go