react-typescript-iso-kit icon indicating copy to clipboard operation
react-typescript-iso-kit copied to clipboard

Another starter kit with typescript, jest, isomorphic, webpack etc.

Travis Licence

Minimal React Starter Kit

Webpack, React, Universal, BrowserSync, TypeScript.

Installing

npm install

Run development using client and server rendering

npm run dev
  • build webpack/server
  • run build/server
  • browsersync builds webpack/client
  • client hot module replacement

Run production release

NODE_ENV=production node build/server.js
  • NODE_ENV=production
  • build webpack/server
  • build webpack/client