/spacex-app

SpaceX React application.

Primary LanguageTypeScriptMIT LicenseMIT

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