An open API service indexing awesome lists of open source software.

https://github.com/the2alert/react-app

React Startup Application.
https://github.com/the2alert/react-app

Last synced: about 1 year ago
JSON representation

React Startup Application.

Awesome Lists containing this project

README

          




React app


React Startup Application.

Installing


Preliminary requirements:



Installing dependencies:


npm i

Starting & Building


Start application to development mode:


npm start

Build application to production:


npm run build

ESLint & Prettier


Linter check:


npm run lint

Linter fix:


npm run lint:fix

Format code (with Prettier):


npm run format

License


MIT