2.0.3 • Published 8 years ago

react-pack-starter v2.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

react-pack-starter

A simple react starter kit that uses npm and webpack.

Why use a million npm packages to get started with react? This barebones kit will get you up and running quickly using npm and webpack. Then you can add whatever packages you like. Includes bootstrap and starter components as examples.

###Usage: Install dependencies: npm install

Build application: npm run build

Watch application: npm run watch

Navigate to http://localhost:8080 to run the demo application