next-easy

A nextjs boilerplate to launch fast your projects

Stars
9

Note: This boilerplate is currently under development. Some features may contain bugs or be incomplete.

<a href="https://github.com/nathanrenard3/next-easy/issues">Report Bug</a>

<a href="https://github.com/nathanrenard3/next-easy/issues">Request Feature</a>

About The Project

NextEasy is a powerful Next.js boilerplate designed to accelerate your web development process. It comes pre-configured with essential tools and best practices for building modern, scalable web applications.

Here's why NextEasy is great:

  • Your time should be focused on creating something amazing. NextEasy eliminates the need for complex initial setup.
  • You shouldn't be doing the same tasks over and over like creating a project structure from scratch.
  • You should implement DRY principles to the rest of your life 😄

Of course, no single boilerplate will serve all projects since your needs may be different. That's why NextEasy is designed to be easily customizable and extendable.

Built With

NextEasy is built with the following major frameworks and libraries:

  • Next
  • React
  • TypeScript
  • Tailwind CSS
  • Prisma
  • NextAuth
  • Stripe

Getting Started

To get a local copy up and running, follow these simple steps.

Prerequisites

  • npm
    npm install npm@latest -g
    

Installation

Installation Steps

  1. Clone the Repository
    git clone https://github.com/nathanrenard3/next-easy.git
    
  2. Install NPM Packages
    npm install
    
  3. Set Up Environment Variables
    Run the following command to set up your environment variables in the .env file:
    npm run setup
    
  4. Run the Development Server
    npm run dev
    

For more detailed instructions, please refer to the Documentation.

Usage

NextEasy provides a solid foundation for building web applications with Next.js. It includes pre-configured authentication, database integration, and UI components to help you get started quickly.

For more examples and usage instructions, please refer to the Documentation.

Roadmap

  • Add Dark/Light theme
  • Add Blog System
  • Add Documentation System
  • Add Stripe (with payment success and cancel url)
  • Add Email System
  • Upgrade the documentation
  • Multi-language System
    • French
    • Spanish

See the open issues for a full list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Nathan Renard - @nathan_renard3

Project Link: https://github.com/nathanrenard3/next-easy

Acknowledgments

Badges
Extracted from project README
Next React TypeScript Tailwind CSS Prisma NextAuth Stripe
Related Projects