Skip to content

A simple tutorial about building a universal web app using react

License

Notifications You must be signed in to change notification settings

suranartnc/reactjs-bangkok-universal

Repository files navigation

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

About

A simple tutorial about building a universal web app using react

Resources

License

Stars

Watchers

Forks

Packages

No packages published