- axios
- babel
- express
- bcryptjs
- mongoose
- react
- react-router-dom
- react-select
- recompose
- react-addons-css-transition-group
- immutable
- redux
- redux-saga
- recompose
- redux-immutable
- materializecss
- react-hot-loader
- webpack
- webpack-dev-server
- style-loader
- css-loader
- Node.js 6^
- npm 3^
- MongoDB 3^
yarn install
yarn start
This application uses capistrano for deployment. Once you have appropriate SSH access to the server, deploys can be automated.
You will need a recent version of Ruby installed.
gem install bundler
bundle install # Fetches capistrano and capistrano dependencies
To deploy to staging, use cap staging deploy
To deploy to production, use cap production deploy