Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 225 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 225 Bytes

calculator-starter

In-class practice. Using webpack, babel, react

install

npm install

build

npm run build

start

npm start

Then go to http://localhost:3000

lint

npm run lint