This is a Next.js project bootstrapped with create-next-app
.
- Yarn as package manager by default
- AirBnB esLint and styleLint for style guide
- styled-component
project
│
├─ public
│
└─ src
│
├─ pages
│ └─ index.js
│
├─ components
│ │
│ ├─ Elevators
│ ├─ Door
│ └─ Button
│
├─ constants
│
├─ hooks
│
├─ styles
│
└─ utils
First, run the development server:
npm run dev
# or
yarn dev