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

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.

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

License


MIT