Skip to content

avrcoelho/react-clean-architecture

Repository files navigation

React Clean Architecture Application

Application developed in React.js following the principles of clean architecture

Clean Architecture

Technologies used

Running

Inside the newly created project, you can run some built-in commands:

npm start or yarn start

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

The page will automatically reload if you make changes to the code.
You will see the build errors and lint warnings in the console.

npm test or yarn test

Runs the test.

npm test:cov or yarn test:cov

Runs the test and generate coverage.

npm run build or yarn build

Builds the app for production to the dist folder.

Your app is ready to be deployed.

License

This project is licensed under the MIT License.

Development by: andrecoelho.dev | Software Engineer

About

Application developed in React.js following the principles of clean architecture

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published