A frontend for mock-up, which is built on React and Next.js.
yarn
yarn dev
yarn build
yarn run
yarn lint # with the rules built in Next.js
yarn fmt
- It is for mock-up, means it won't be our main frontend.
- Therefore, we shouldn't waste time on caring about types.
- See "Why don't we build with TypeScript?".
- Therefore, we shouldn't waste time on dealing with linting.
- For better understanding of the code.
- Make the structure clear since we shouldn't waste time on finding our components ;)