Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 310 Bytes

File metadata and controls

23 lines (18 loc) · 310 Bytes

DCMN - React calculator

This is a DCMN frontend coding challenge boilerplate. Just clone the project, install dependencies and you are ready to go!

Install dependencies

npm install

Run Development Server

npm start

Run Tests

npm run test

or

npm run test-watch