neumorphism-next
neumorphism ui with next.js
use ui-neumoriphism
create with next cli
npx create-next-app
✔ What is your project named? … neumo-next
✔ Pick a template › Example from the Next.js repo
✔ Pick an example › with-storybook-typescript
How to use
create-next-app
Using Execute create-next-app
with npm or Yarn to bootstrap the example:
npx create-next-app --example with-storybook-typescript with-storybook-app
# or
yarn create next-app --example with-storybook-typescript with-storybook-app
Download manually
Download the example:
curl https://codeload.github.com/vercel/next.js/tar.gz/canary | tar -xz --strip=2 next.js-canary/examples/with-storybook-typescript
cd with-storybook-typescript
Run dev server:
npm run dev
# or
yarn dev
Run Build:
npm run build
# or
yarn build
Run Storybook
npm run storybook
# or
yarn storybook
Build Static Storybook
npm run build-storybook
# or
yarn build-storybook