outset-react
v2.3.2
Published
A boilerplate for React libraries, built with webpack.
Downloads
5
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 -gDevelop
In your terminal:
$ outset-react [path]
$ npm install
$ npm run startIn your browser:
http://localhost:3000/Work in the client folder.
Deploy
In your terminal:
npm run buildOutput files are compiled into the build folder.
License
MIT. © 2016 Michael Cavalea
