outset-react
v2.3.2
Published
A boilerplate for React libraries, built with webpack.
Downloads
2
Maintainers
Readme
outset-react
A boilerplate for React libraries, built with webpack.
About
This boilerplate provides:
- ES6/7 transpiling via Babel.js
- Hot reloading via babel-plugin-react-transform
- A simple server webpack-dev-server configuration
Install
$ npm install outset-react -g
Develop
In your terminal:
$ outset-react [path]
$ npm install
$ npm run start
In your browser:
http://localhost:3000/
Work in the client
folder.
Deploy
In your terminal:
npm run build
Output files are compiled into the build
folder.
License
MIT. © 2016 Michael Cavalea