aggretsuko Mini Project

SEE DEMO

Vercel codecov

Requirements (recommended)

  • node ^16.x.x
  • yarn ^1.22.x
  1. Install Node.js: Our app is powered by Node.js. We recommend you to install Node.js using nvm.
  2. Install yarn: See the yarn documentation for instructions on installing it with your OS.

Running the service locally

  1. Run these command to start the project
$ yarn install    # install all the deps (first time only, if there's no dep update)
$ yarn dev        # start the service on local
  1. Open localhost:3000 on your default browser and login to access the full website capability

Project Structure

src/                                # Main Source Directory
├── __data_mocks__                  # Data Mock API
├── __mocks__                       # Mock Function
├── __tests__                       # Unit Tests
├── api                             # All API Needed
├── components                      # All Page Components
├── context                         # Project's Context
├── pages                           # All Pages Existed in this Project
├── styles                          # Global Styles
└── utils                           # Global Utils

Supported Library

Learn More

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

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!