Install the dependancies $ npm i Run a local server with hot reloading npm run devserver Local development build npm run build Output is in build/ Production build NODE_ENV=production npm run build Output is in build-production/ Deployment To deploy on Github Pages: npm run deploy