- React
- Redux
- Express
- React Router
- Redux Form
- Passport
- Google OAuth
- Cookie Session
- Joi
- Reactstrap
- Axios
- Lodash
-
In /config, add a file named 'dev.js' with the following:
module.exports = { "googleClientID": "YOUR_GOOGLE_CLIENT_ID", "googleClientSecret": "YOUR_GOOGLE_CLIENT_SECRET", "mongoURI": "YOUR_MONGODB_URI", "cookieKey": "YOUR_COOKIE_KEY" };
-
To start development environment, run the following in your terminal:
npm install npm run client install npm run dev