Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 439 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 439 Bytes

react-starter-kit

Step 1

git clone https://github.com/star2star/react-starter-kit.git <project directory>
git remote rm origin

Step 2

npm install

Step 3

Open in atom and start editing files. Start with src/app.js

atom .

Step 4

Run it and open browser to http://localhost:8080

npm start