npm install
npm install -g rollup
npm install -g typings
npm install -g local-web-server [optional]
typings install
trigger rollup manually:
rollup -c config/rollup.js
or
npm run build
run server: npm run server
- add immutable
Redux+React+Typescript Boilerplate with Rollup
TypeScript
npm install
npm install -g rollup
npm install -g typings
npm install -g local-web-server [optional]
typings install
trigger rollup manually:
rollup -c config/rollup.js
or
npm run build
run server: npm run server