A functional boilerplate of the Factorial frontend stack
$ npm install
npm run ... |
Description |
|---|---|
| build | Compile and bundle all CSS and JS files. |
| build:css | Compile and bundle all CSS files to build/index.css. |
| build:js | Compile and bundle all JS files to build/index.js. |
| build:test | Copy and preprocess idiomatic test files to build. |
| deploy | Deploy gh-pages branch. |
| start | Start a development server at http://localhost:8080. |
| test | Run all tests. |
| test:browser | Run all browser tests. |
| test:lint-css | Lint all CSS files. |
| test:lint-js | Lint all JS files. |
| watch | Watch for file changes in lib and trigger a new build. |