Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 351 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 351 Bytes

universal-react-example

An example Universal ReactJS application

Written for 24ways. Go read the blog post :)

Install

$ git clone https://github.com/jackfranklin/universal-react-example.git
$ cd universal-react-example
$ npm install
$ npm run build
$ npm start
$ open http://localhost:3003