npm install
npm start
Then open http://localhost:3030/
.
- Troubleshooting:
- Install NVM
- Switch to Node.js version specified in file .nvmrc and install dependencies:
nvm use npm install
npm install
npm start
Then open http://localhost:3030/
.
nvm use
npm install