File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff 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
5453git clone https://github.com/treetips/typescript-nextjs-redux-material-ui-example.git
5554cd 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
You can’t perform that action at this time.
0 commit comments