Skip to content

dbaonam99/elevator-fe

Repository files navigation

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

1. Project specific

  • Yarn as package manager by default
  • AirBnB esLint and styleLint for style guide
  • styled-component

2. Project structure

project
│
├─ public
│
└─ src
    │
    ├─ pages
    │   └─ index.js
    │
    ├─ components
    │   │
    │   ├─ Elevators
    │   ├─ Door
    │   └─ Button
    │
    ├─ constants
    │
    ├─ hooks
    │
    ├─ styles
    │
    └─ utils

3. Getting Started

First, run the development server:

npm run dev
# or
yarn dev