- Install latest version of node.js
- Install Visual Studio Code
- Install Chrome Debugger extension for VS Code
Open a command line a follow instrunctions:
Copy project with git clone command
# install dependencies with npm install command
npm install
# runs website with hot reload at localhost:3000
npm run start