Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 711 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 711 Bytes

Build Status Coverage Status

Installation and Testing

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

Considerations

  • Minimalist boilerplate. Does not contain styling or serverside rendering