- Webpack build with JSX syntax and ES.next
- React and Redux
- Redux router
- Redux dev tools and hot reload
- Tests with Mocha, Should.js, Sinon and React Test Utilities (There is an issue with stateless components testing)
- Standard.js code styles checks
- Less preprocessor with autoprefixer
- Bootstrap
- Documentation from docstrings by esdoc
npm start
- start webpack development server with hot reload and dev-toolsnpm run-script build
- build for productionnpm run-script lint
- check code stylenpm run-script test
- run testsnpm run-script test
- run testsnpm run-script clean
- remove build resultsnpm run-script package
- runs tests, builds project for production and creates tarball ready for deployment to webserver rootnpm run-script docs
- generate documentation esdoc Note Wanna get rid of stupid npm messages
npm ERR! Darwin 15.2.0
npm ERR! argv "/usr/local/Cellar/node/5.3.0/bin/node" "/usr/local/bin/npm" "run-script" "lint"
npm ERR! node v5.3.0
npm ERR! npm v3.3.12
npm ERR! code ELIFECYCLE
npm ERR! [email protected] lint: `standard`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] lint script 'standard'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the redux-boilerplate package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! standard
npm ERR! You can get their info via:
npm ERR! npm owner ls redux-boilerplate
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /Users/alexeysidash/Dev/phones-app/npm-debug.log
like this?
run npm scripts with --silent
flag
Note Some commands will run on both unix and windows, but most work only Mac and Linux.
- Stateless(arrow) components cannot be tested with test utils(yet) cause of this issue