8 lines
143 B
Markdown
8 lines
143 B
Markdown
- npx create-next-app@latest ib --typescript
|
|
- cd ib
|
|
- npm install @mantine/core @mantine/hooks
|
|
|
|
|
|
- npm run build
|
|
- npm run start
|
|
- npm run dev |