Skip to content

shin-sforzando/etude-next

Repository files navigation

etude-next

Storybook

2022-06-07 20 07 41 0 0 0 0 3e22d2e4f325

This is a Next.js project bootstrapped with create-next-app.

Prerequisites

  • Docker
  • Node.js
    • Next.js

How to

Start

docker compose up -d  # dkcU

Open http://0.0.0.0:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

API routes can be accessed on http://0.0.0.0:3000/api/hello. This endpoint can be edited in pages/api/hello.ts.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Deploy

Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Misc

ToDo

  • Introduce tailwindcss-classnames
  • Improve Storybook
    • a11y
    • Designs
    • GitHub Actions
    • Links
    • Performance
    • Storyshots
    • Storysource
    • Theme
  • Introduce next-axiom as Logger
  • Introduce Jest as Testing Framework

Learn More

To learn more about Next.js, take a look at the following resources:

Contributor