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.
- Host: GitHub
- URL: https://github.com/the2alert/react-app
- Owner: The2Alert
- License: mit
- Created: 2022-11-24T13:54:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-26T17:28:32.000Z (over 3 years ago)
- Last Synced: 2024-03-08T12:17:35.593Z (over 2 years ago)
- Language: JavaScript
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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