https://github.com/the2alert/spacex-app
SpaceX React application.
https://github.com/the2alert/spacex-app
Last synced: 9 months ago
JSON representation
SpaceX React application.
- Host: GitHub
- URL: https://github.com/the2alert/spacex-app
- Owner: The2Alert
- License: mit
- Created: 2022-12-22T19:57:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-22T20:14:31.000Z (over 3 years ago)
- Last Synced: 2024-03-08T12:17:35.598Z (over 2 years ago)
- Language: TypeScript
- Size: 1.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SpaceX app
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
