lazy-isomorphic-react icon indicating copy to clipboard operation
lazy-isomorphic-react copied to clipboard

React Typescript multi-page application experiment

See the related blog post here

See it running here!

Setup

Clone

git clone [email protected]: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