Skip to content

dereg666/calculator-starter

 
 

Repository files navigation

calculator-starter

In-class practice. Using webpack, babel, react

install

npm install

build

npm run build

build with watch

npm run build -- --watch

start

npm start

Then go to http://localhost:3000

lint

npm run lint

test

npm test

About

In-class practice. Using webpack, babel, react

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.0%
  • CSS 9.7%
  • HTML 3.3%