Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

Nevel



Minimalist boilerplate for Next.js with Tailwind CSS



contributors


last update


forks


stars


open issues


license




View Demo
ยท
Documentation
ยท
Report Bug
ยท
Request Feature




screenshot


## ๐Ÿ“ 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!