File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,13 @@ If you prefer Tailwind css, check this: [Tailwind-CSS-Version](https://github.co
20
20
21
21
## Clone this repository for React 19.x with NextJs 15.x or React 18.x with NextJs 14.x
22
22
23
- - Clone React19-Next15-MUI6-TS-Starter:
24
- - ` git clone -b react19-nextjs15 https://github.com/AlexStack/nextjs-materia-mui-typescript-hook-form-scaffold-boilerplate-starter.git react19-nextjs15-mui6-ts-starter `
25
- - Clone React18-Next14-MUI5-TS-Starter:
26
- - ` git clone -b nextjs14 https://github.com/AlexStack/nextjs-materia-mui-typescript-hook-form-scaffold-boilerplate-starter.git react18-nextjs14-mui5-ts-starter `
23
+ - Clone & install React19-Next15-MUI6-TS-Starter:
24
+ - ` git clone -b react19-nextjs15 https://github.com/AlexStack/nextjs-materia-mui-typescript-hook-form-scaffold-boilerplate-starter.git react19-nextjs15-mui6-ts-starter && cd react19-nextjs15-mui6-ts-starter && yarn install && yarn dev -p 3005 `
25
+ - Open < http://localhost:3005 >
26
+ - Note: React 19 is not released yet, this are some warnings in the console, please ignore them.
27
+ - Clone & install React18-Next14-MUI5-TS-Starter:
28
+ - ` git clone -b nextjs14 https://github.com/AlexStack/nextjs-materia-mui-typescript-hook-form-scaffold-boilerplate-starter.git react18-nextjs14-mui5-ts-starter && cd react18-nextjs14-mui5-ts-starter && yarn install && yarn dev -p 3005 `
29
+ - Open < http://localhost:3005 >
27
30
28
31
## Features
29
32
You can’t perform that action at this time.
0 commit comments