Skip to content

Commit

Permalink
Add more instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
programulya committed Aug 9, 2015
1 parent 38484e7 commit 2365ef5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
# react-pizzacode
Build Your First React.js App

## Dependencies
- react
- babel
- webpack

## Install
1. `npm init`
2. `npm install --save react`
3. `npm install --save-dev babel-loader`
4. `npm install webpack -g`

## Run
1. `webpack -w`
2. check `bundle.js` in `public` folder
2. open `index.html`

0 comments on commit 2365ef5

Please sign in to comment.