Skip to content

Commit 8ce9a63

Browse files
committed
update: ReadMe
1 parent 48f947c commit 8ce9a63

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,29 @@ The **TypeScript** edition of **Create React App** plus **Material UI** with set
1616

1717
In the project directory, you can run:
1818

19-
### `yarn start` or `yarn dev` or `npm start` or `npm run dev`
19+
### `npm start` or `npm run dev`
2020

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

24-
### `yarn type` or `npm run type`
24+
### `npm run type`
2525

26-
Checks the code for errors and missing things
26+
Checks the code for errors and missing things using **TypeScript compiler**
2727

28-
### `yarn format` or `npm run format`
28+
### `npm run lint`
29+
30+
Checks the code for errors and missing things using **ESLint**
31+
32+
### `npm run format`
2933

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

32-
### `yarn test` or `npm test`
36+
### `npm test`
3337

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

37-
### `yarn build` or `npm run build`
41+
### `npm run build`
3842

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

0 commit comments

Comments
 (0)