readme.txt 182 B

1234567891011121314
  1. ## install dependencies
  2. ```
  3. npm install
  4. ```
  5. ### serve with hot reload at localhost:8080
  6. ```
  7. npm run server/dev
  8. ```
  9. ### build for production with minification
  10. ```
  11. npm run build
  12. ```