Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 225 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 225 Bytes

react_starter

my usual react starter

usage (for dev)

$ npm install
$ npm start

open http://localhost:3000

usage (for production)

$ npm install
$ npm run build

all dist file lies in /dist/