Skip to content

embrekmani/next-basis

Repository files navigation

next-basis

next-basis is a basic template for quickly scaffolding a new next.js project, custom developed to suit my personal workflow. It contains a basic structure for a project and for some commonly used components and utilties. It also serves as a style and formatting guide to help maintain consistency between projects. This project is constantly evolving as I grow as a developer.

technology

key languages, libraries, and technologies used in this project

  • react
  • next.js
  • nextui
  • tailwindcss
  • typescript

It is also ready to integrate with vercel for quick hosting.

installation

git clone https://github.com/embrekmani/next-basis.git
cd next-basis/
npm install

or to use as template for new repository:

gh repo create project-name --template embrekmani/next-basis
cd project-name/
npm install

usage

npm run dev

open localhost:3000

contributing

This is a personal project but I'm open to contributions and ideas! Feel free to fork the repo and submit a pull request. If you have any suggestions or find any bugs, please let me know by opening an issue.

license

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