Skip to content

Commit

Permalink
update: ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
karpolan committed Dec 4, 2022
1 parent 48f947c commit 8ce9a63
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,29 @@ The **TypeScript** edition of **Create React App** plus **Material UI** with set

In the project directory, you can run:

### `yarn start` or `yarn dev` or `npm start` or `npm run dev`
### `npm start` or `npm run dev`

Runs the app in the development mode.<br />
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

### `yarn type` or `npm run type`
### `npm run type`

Checks the code for errors and missing things
Checks the code for errors and missing things using **TypeScript compiler**

### `yarn format` or `npm run format`
### `npm run lint`

Checks the code for errors and missing things using **ESLint**

### `npm run format`

Formats the code according to `./prettierrc.js` config

### `yarn test` or `npm test`
### `npm test`

Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `yarn build` or `npm run build`
### `npm run build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.
Expand Down

0 comments on commit 8ce9a63

Please sign in to comment.