The Clone project velog.io to study next.js13 (with app directory)
- Install dependencies (using yarn)
yarn
- Run development server
yarn dev
- Run build
yarn build
- Run Storybook
- A Default port of storybook is 6006. You can change it in
package.json
yarn storybook
- Build Storybook
yarn build-storybook
- Next.js
- Use app directory (check the next.config.js)
- TailwindCSS
- Now, Can NOT use emotion(or styled-components) in server component.