- React
- Redux
- React Router
- Bootstrap-loader (configured with .bootstraprc)
- Sass modules (sass-loader css-loader style-loader)
- react transform
- redux-logger
- react-document-meta
- redux-form
- karma
- mocha
$ git clone https://github.com/EdoMagen/stms.git
$ cd stms
$ npm install
$ npm start
Runs the project in development mode with hot-reloading of src folder.
Open your browser at http://localhost:3000.
$ rm -rf node_modules
$ npm i
$ npm start
$ npm run clean
Using rimraf clean the dist folder, which is the target of the build
$ npm run build
Builds the app into the 'dist' folder for deployment
$ npm run build:production
clean the dist folder and rebuilds the app for deployment
To run your server in production simply place the index.html and dist folder into
your web root.
$ npm test
- Write more tests!
- Add more providers and expand the program