Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 374 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 374 Bytes

React app from scratch

It's repository for code from article React app from scratch

Docker

To build

npm run docker:build

To run

npm run docker:run

To stop

docker:stop

Run

npm start

Development

npm run dev

Testing

npm test