justinjung04 / universal-boilerplate

Isomorphic/universal boilerplate with react, redux, webpack and express

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

universal-boilerplate

Install

git clone https://github.com/justinjung04/universal-boilerplate.git
cd universal-boilerplate
npm install

Run the app from a dev server

npm start

Build the app

npm run build

Host the app from a server (app must have been built)

npm run serve

Switch versions (ex. v1.0.0)

git checkout v1.0.0

Article

About details of this boilerplate, please refer to: React: Server-side Rendering and Hot Reloading

About

Isomorphic/universal boilerplate with react, redux, webpack and express

License:MIT License


Languages

Language:JavaScript 97.9%Language:CSS 2.1%