Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 384 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 384 Bytes

A React JS boilerplate that makes it easy and intuitive to implement Uncle Bob's Clean Architecture in react js. This simple provides basic structure that are designed according to the Clean Architecture.

npm install

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

npm run build