A react.js web application boilerplate used for new web projects in Nomad Interactive
Technologies we utilize:
- React.js and react-router
- Redux
- Eslint
- Flow Type
- An express wrapper with webpack middleware for development sessions
- Next.js for server rendered pages that are rendered by react components
A live demo can be found: https://ni-reactjs-boilerplate.herokuapp.com/
Create a new file with name .env and set up your application configuration here. The variables defined with an example below:
PORT=4600
npm install
npm start
ornode index.js
git init
(if you are not cloning this repo)heroku login
(if you haven't logged in)heroku create
git push heroku master
- React Redux https://www.valentinog.com/blog/redux/