ReactJS Bangkok 1.0.0 - Universal Web Apps A simple tutorial about building a universal web app using React and Redux Installation npm install Running Dev Server npm run dev Running Production Server npm run build npm start Deployment on Heroku heroku login heroku create git push heroku master heroku open