Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 478 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 478 Bytes

tommy-web CircleCI

Development

  • npm install

In separate terminal windows:

  • npm run start:dev

Building assets

Use npm run build to build assets.

The command is automatically executed on application start (prestart script in package.json).

The JS code is bundled using browserify and scss with node-sass.