/lazy-isomorphic-react

React Typescript multi-page application experiment

Primary LanguageTypeScript

See the related blog post here

See it running here!

Setup

Clone

git clone git@github.com:alisd23/lazy-isomorphic-react.git

Install dependencies

npm install

Development

grunt serve:dev

Production

grunt build
grunt serve:prod

View Application

Go to localhost:9999 to see the application