Skip to content

Production grade boilerplate for starting the frontend project. Using NextJS, including user authentication.

License

Notifications You must be signed in to change notification settings

gufranmirza/frontend-starter

Repository files navigation

Next.js and TypeScript

PRs welcome! License


A TypeScript starter for Next.js that includes all you need to build amazing projects 🔥

  • 📏 ESLint — Pluggable JavaScript linter
  • 💖 Prettier - Opinionated Code Formatter
  • 🐶 Husky — Use git hooks with ease
  • 📄 Commitizen - Conventional commit messages CLI
  • 🚓 Commitlint - Lint commit messages
  • 🚫 lint-staged - Run linters against staged git files
  • 🗂 Root import - Import folders and files using the @ prefix.

🚀 Getting started

First of all you need to have node and npm (or yarn) installed on your machine.

Then, you can clone this repository and run the following commands inside the project folder:

  1. npm install or yarn;
  2. yarn dev;

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

🤝 Contributing

  1. Fork this repository;
  2. Create your branch: git checkout -b my-new-feature;
  3. Commit your changes: git commit -m 'Add some feature';
  4. Push to the branch: git push origin my-new-feature.

After your pull request is merged, you can safely delete your branch.

📝 License

This project is licensed under the MIT License - see the LICENSE.md file for more information.


Made with ♥

About

Production grade boilerplate for starting the frontend project. Using NextJS, including user authentication.

Resources

License

Stars

Watchers

Forks

Packages

No packages published