Skip to content
forked from Tooluloope/lumin

A Pangaea FE test, building its Lumin Product and Cart Feature

License

Notifications You must be signed in to change notification settings

mojoblanco/lumin

 
 

Repository files navigation

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/

Requirements: https://pangaea-interviews.now.sh/fe

GraphQL API: https://pangaea-interviews.now.sh/api/graphql


Made with ♥ by Adetula Tolulope

About

A Pangaea FE test, building its Lumin Product and Cart Feature

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.0%
  • Shell 1.4%
  • Other 1.6%