Flight / react-app

Basic react template with eslint + prettier + testing-library + dart sass + typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React app

The development environment

You can fork or clone this repository to start working and use yarn to install the JS dependencies.

$ yarn

To start the development server, open a terminal and run:

$ yarn start

A browser window should open with the development environment. Otherwise go to http://localhost:3000. You need to keep this terminal window running for the development server to work.

To run the tests, run:

$ yarn test

To run the any type checking:

$ yarn check-any

To run the linting, run:

$ yarn lint

About

Basic react template with eslint + prettier + testing-library + dart sass + typescript


Languages

Language:TypeScript 34.1%Language:HTML 30.0%Language:SCSS 18.9%Language:JavaScript 17.0%