git clone https://github.com/jooohhn/js-starter.git
cd js-starter
yarn
# Runs development @ http://localhost:8000/
yarn dev
# Runs production @ http://localhost:8000/
yarn prod
# Stops production process
yarn prod:stop
# Analyze bundle size
yarn prod:analyze
# Run tests
yarn test
- Minimalist boilerplate. Does not contain styling or serverside rendering