new-react-project
v0.2.0
Published
Scaffold a new react project and instantly start building something.
Maintainers
Readme
New React Project
A tool for scaffolding React apps with Webpack.
Includes
Usage
Install globally:
$ npm install -g new-react-project$ nrp ProjectNameor
$ new-react-project ProjectNameRun (Development)
npm start
To view your app, go to http://localhost:3000 in your browser.
Run (Production)
npm run build
