This is a Boilerplate startup project for React Redux using Typescript, Webpack, React routing and server side rendering
Node
Yarn (optional)
Node: 6.11.5
NPM: 5.5.1
git clone https://github.com/kiluavineeth/react-redux-express-isomorphic-starter
Go to the root folder: npm install (or) yarn install
yarn build (or) npm run build
yarn start (or) npm start
Debug at : http://localhost:3000
yarn b