Skip to content

Commit 06f1113

Browse files
author
username
committed
docs: remove yarn and update material-ui v3 to v4
1 parent 0956d12 commit 06f1113

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ VSCode と prettier と TSLint によって、リアルタイムに整形と構
2222

2323
- [Google App Engine Node.js Standard Environment](https://cloud.google.com/appengine/docs/standard/nodejs/)
2424
- [Visual Studio Code](https://code.visualstudio.com/)
25-
- [yarn](https://yarnpkg.com/lang/ja/)
2625
- [Typescript v3](https://www.typescriptlang.org/)
2726
- [Next.js v8](https://nextjs.org/)
28-
- [MATERIAL-UI v3](https://material-ui.com/)
27+
- [MATERIAL-UI v4](https://material-ui.com/)
2928
- [Redux](https://redux.js.org/)
3029
- [TSLint](https://palantir.github.io/tslint/)
3130

@@ -53,20 +52,20 @@ VSCode と prettier と TSLint によって、リアルタイムに整形と構
5352
```bash
5453
git clone https://github.com/treetips/typescript-nextjs-redux-material-ui-example.git
5554
cd typescript-nextjs-redux-material-ui-example
56-
yarn
55+
npm i
5756
```
5857

5958
### Start local
6059

6160
```bash
62-
yarn dev
61+
npm run dev
6362
```
6463

6564
### Build and start production express server
6665

6766
```bash
68-
yarn build
69-
yarn start
67+
npm run build
68+
npm start
7069
```
7170

7271
## For google appengine

0 commit comments

Comments
 (0)