The2Alert / spacex-app

SpaceX React application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

SpaceX React application.

License:MIT License


Languages

Language:TypeScript 62.0%Language:SCSS 27.7%Language:JavaScript 9.4%Language:Handlebars 1.0%