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