Skip to content

Tooluloope/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/


Made with ♥ by Adetula Tolulope

Releases

No releases published

Packages

No packages published

Languages