Skip to content

Commit c8272a0

Browse files
committed
chore: update clone instructions for React 19.x and React 18.x with NextJs 15.x and NextJs 14.x
1 parent 8100d3f commit c8272a0

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,13 @@ If you prefer Tailwind css, check this: [Tailwind-CSS-Version](https://github.co
2020

2121
## Clone this repository for React 19.x with NextJs 15.x or React 18.x with NextJs 14.x
2222

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>
2730

2831
## Features
2932

0 commit comments

Comments
 (0)