Tooluloope / lumin

Building Lumin Product and Cart Feature

Home Page:https://lumin-woad.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Building Lumin Product and Cart Feature

https://lumin-woad.vercel.app

License:MIT License


Languages

Language:TypeScript 97.0%Language:Shell 1.4%Language:CSS 0.8%Language:JavaScript 0.8%