- Create config.json from config.json.template
$PROJECTDIR$/src/public/config.json
- Retrieve dependencies
npm install
- Start server (for dev only)
npm start
- Build distribution (production)
npm run build
Code will be in dist directory
- You may want to change the port for web server (step 2) in webpack.config.js
- You could change PRODUCTION_BASE_PATH in
webpack.config.js
- If you want to add additional library, change package.json