Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

A frontend for mock-up, which is built on React and Next.js.

License

Notifications You must be signed in to change notification settings

Open-Edu-Tw/courseapi-fe-mock-archived

Repository files navigation

toedu-mock-fe

A frontend for mock-up, which is built on React and Next.js.

Build & Run

Install Dependencies

yarn

Build and Serve in Development Mode

yarn dev

Build in Production Mode

yarn build

Serve in Production Mode

yarn run

Lint the code

yarn lint  # with the rules built in Next.js

Format the code

yarn fmt

FAQ

Why don't we build with TypeScript?

  • It is for mock-up, means it won't be our main frontend.
  • Therefore, we shouldn't waste time on caring about types.

Why don't we set up a complete lint rules?

  • See "Why don't we build with TypeScript?".
  • Therefore, we shouldn't waste time on dealing with linting.

Why Component-Driven Development (CDD)?

  • For better understanding of the code.
  • Make the structure clear since we shouldn't waste time on finding our components ;)

About

A frontend for mock-up, which is built on React and Next.js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published