Skip to content

WildCodeSchool/2023-11-wns-bleu-g4

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Best NextJS Template

An awesome NextJS template to jumpstart your projects!

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Authors

About The Project

There are many great NextJS templates available on GitHub; however, I didn't find one that really suited my needs so I created this enhanced one. I want to create a NextJS template so amazing that it'll be the last one you ever need.

Here's why:

  • Your time should be focused on creating something amazing. A project that solves a problem and helps others
  • You shouldn't be doing the same tasks over and over like creating the foundation of your projects from scratch
  • You should implement DRY principles to the rest of your life 😄

Of course, no one template will serve all projects since your needs may be different. So I'll try to update it in the near future. You may also suggest changes by forking this repo and creating a pull request or opening an issue. Thanks to all the people have contributed to expanding this template!

(back to top)

Built With

(back to top)

Getting Started

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

Prerequisites

Make sure to have NodeJS on your machine and it's up to date, you can do so with the following.

  • npm
    npm install npm@latest -g

Installation

Below is a step by step series of tasks that will help you on installing and setting up your app

  1. Clone the repo

    git clone https://github.com/Arkantik/next-template.git
  2. Install NPM packages

    ## For the frontend
    cd frontend
    npm install
    
    ## For the backend
    cd backend
    npm install
  3. Start your project

    ## For the frontend
    cd frontend
    npm run dev
    
    ## For the backend
    cd backend
    npm start

(back to top)

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/YourFeatureName)
  3. Commit your Changes (git commit -m 'Add some YourFeature')
  4. Push to the Branch (git push origin feature/YourFeatureName)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Authors

(back to top)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages