/lumin

Building Lumin Product and Cart Feature

Primary LanguageTypeScriptMIT LicenseMIT

Next.js and TypeScript


A Pangaea F.E Challenge built with TypeScript and Next.js that includes all following amazing tools ๐Ÿ”ฅ

  • ๐Ÿ“ ESLint โ€” Pluggable JavaScript linter
  • ๐Ÿงช Jest โ€” For Testing the Application
  • ๐Ÿ’‡โ€โ™€๏ธ Chakra-UI โ€” For Styling the Application
  • ๐Ÿ’– Prettier - Opinionated Code Formatter
  • ๐Ÿถ Husky โ€” Use git hooks with ease
  • ๐Ÿ“„ Commitizen - Conventional commit messages CLI
  • ๐Ÿš“ Commitlint - Lint commit messages
  • ๐Ÿ–Œ Renovate - Dependency update tool
  • ๐Ÿšซ lint-staged - Run linters against staged git files
  • ๐Ÿ—‚ Absolute import - Import folders and files using the @ prefix

๐Ÿš€ Getting started

The best way to start with this template is cloning the app.

git clone https://github.com/Tooluloope/lumin.git

If you prefer you can clone this repository and run the following commands inside the project folder:

  1. npm install or yarn;
  2. yarn dev;
  3. yarn test for testing;
  4. yarn lint for lint checks;
  5. yarn type-check for Type checks;
  6. yarn format for prettier formatting;

To view the project open http://localhost:3000.

๐ŸŒ ๐Ÿš€ Additional Links

Live Site: https://lumin-woad.vercel.app/


Made with โ™ฅ by Adetula Tolulope