2.3.2 • Published 10 years ago
outset-react v2.3.2
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