- Install
Node
version 8. - Install
Visual Studio Code
- Install VSCode plugins:
ESlint
andPrettier - Code formatter
. - In VSCode settings, change
Format on save
totrue
. - Fork this repository, set it as upstream, fetch all branches. Branch named
lecture-1
will be a starting point.
- You can successfully install all dependencies using
npm install
command. - These commands are working:
npm run client
,npm run start
andnpm run build
.
If you are having any issues doing any of those steps, please reach out before the start of lectures.