-
Copy this project to your PHP web server and create a vhost root.
-
Install NPM.
-
Build client-side scripts:
cd <project_root> npm install -g gulp-cli karma-cli mocha npm install
You can test standalone with npm run test
or npm run test:watch
. The latter is for monitoring changes to files and automatically re-running tests.
If you want to run the tests in Karma, you can run karma start
.
- React (Views)
- React-Bootstrap (UI Components)
- Redux (State management)
- Webpack (Module builder)
- Babel (ES6 transpiler)
- Gulp (Builds)