File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -16,25 +16,29 @@ The **TypeScript** edition of **Create React App** plus **Material UI** with set
1616
1717In 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
2121Runs the app in the development mode.<br />
2222Open [ 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
3034Formats the code according to ` ./prettierrc.js ` config
3135
32- ### ` yarn test ` or ` npm test `
36+ ### ` npm test `
3337
3438Launches the test runner in the interactive watch mode.\
3539See 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
3943Builds the app for production to the ` build ` folder.\
4044It correctly bundles React in production mode and optimizes the build for the best performance.
You can’t perform that action at this time.
0 commit comments