Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 513 Bytes

readme.md

File metadata and controls

13 lines (9 loc) · 513 Bytes

rednet-react-boilerplate

This is a boilerplate package to get quickly up and going on our stack.

It is merely a WIP at this point. Don't use it.

Commands

  • npm run build: runs Babel against server-code and Webpack against client-code in a PRODUCTION environment.
  • npm run hot: runs the server and webpack with hot-loading.
  • npm start: runs the (compiled) server code. Has to be run after npm run build and won’t serve assets.
  • npm test: runs Mocha.
  • npm run lint: runs Eslint.