Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natainditama/nevel
๐ Minimal next.js boilerplate
https://github.com/natainditama/nevel
nextjs nextjs-boilerplate nextjs-example nextjs-starter nextjs-tailwind nextjs-template react reactjs tailwindcss typescript
Last synced: 8 days ago
JSON representation
๐ Minimal next.js boilerplate
- Host: GitHub
- URL: https://github.com/natainditama/nevel
- Owner: natainditama
- License: mit
- Created: 2022-03-09T19:44:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-03T01:39:42.000Z (about 1 month ago)
- Last Synced: 2024-10-03T12:44:42.391Z (about 1 month ago)
- Topics: nextjs, nextjs-boilerplate, nextjs-example, nextjs-starter, nextjs-tailwind, nextjs-template, react, reactjs, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://nevel.pages.dev/
- Size: 929 KB
- Stars: 30
- Watchers: 2
- Forks: 4
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Nevel
Minimalist boilerplate for Next.js with Tailwind CSS
View Demo
ยท
Documentation
ยท
Report Bug
ยท
Request Feature
## ๐ About the Project
### ๐ Features
This project includes the following features:
- Linter with [ESLint](https://eslint.org)
- Code Formatter with [Prettier](https://prettier.io/)
- Integrate with [TailwindCSS](https://tailwindcss.com/)
- [Next.js](https://nextjs.org) for Static Site Generator
- Type checking [TypeScript](https://www.typescriptlang.org/)
- Sitemap.xml and robots.txt with [next-sitemap](https://www.npmjs.com/package/next-sitemap)### ๐จ Color Reference
| Color | Hex |
| ----------------- | ------------------------------------------------------------------ |
| Primary Color | ![#000000](https://via.placeholder.com/10/000000?text=+) #000000 |
| Secondary Color | ![#e4e4e7](https://via.placeholder.com/10/e4e4e7?text=+) #e4e4e7 |
| Background Color | ![#ffffff](https://via.placeholder.com/10/ffffff?text=+) #ffffff |
| Text Color | ![#000000](https://via.placeholder.com/10/000000?text=+) #000000 |### ๐ Environment Variables
This project requires the following configuration:
- `NEXT_PUBLIC_SITE_URL` : The public URL of the project's
## ๐ Getting Started
### ๐ง Prerequisites
Prerequisites for this project:
- [Nodejs](https://nodejs.org)
- [Yarn](https://yarnpkg.com/)### ๐ Run Locally
Clone the project
```bash
git clone https://github.com/natainditama/nevel.git
```Go to the project directory
```bash
cd nevel
```Install dependencies
```bash
yarn install
```Start the local server
```bash
yarn run dev
```## ๐ Contributing
Contributions are always welcome!
See [contributing.md](https://github.com/natainditama/nevel/blob/main/.github/CONTRIBUTING.md) for ways to get started.
### ๐ Code of Conduct
Please read the [Code of Conduct](https://github.com/natainditama/nevel/blob/main/.github/CODE_OF_CONDUCT.md)
## โ ๏ธ License
This project is licensed under the MIT License. See the [LICENSE](https://github.com/natainditama/nevel/blob/main/LICENSE) file for details
## ๐ค Contact
Contact me for inquiries, suggestions, or contributions via the following channels:
- [Email](mailto:[email protected])
- [LinkedIn](https://www.linkedin.com/in/natainditama)
- [GitHub](https://github.com/natainditama)Thank you for your support, interest, feedback, and contributions!