- Install Node with Node Version Manager:
- macOS, Linux, and WSL: https://github.com/nvm-sh/nvm
- WindowS: https://github.com/coreybutler/nvm-windows
After installing set your Node version to be "v12"
nvm install v12
nvm use v12
- Install dependencies.
# Execute *in* the project directory.
npm install
# Runs a development server!
npm run start
# Build for production
npm run build