Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lissone/next-typescript-template

Next template with typescript.
https://github.com/lissone/next-typescript-template

commitlint eslint lintstaged nextjs prettier-eslint styled-components template typescript

Last synced: 4 days ago
JSON representation

Next template with typescript.

Awesome Lists containing this project

README

        


Next Typescript Template


Description   |   
Requirements   |   
Technologies   |   
Usage





License
Repo size
Top lang
Stars repo
Forks repo
Pull requests
Last commit


Report bug
·
Request feature


## Description

This template was created using React with Next.js and aims to facilitate the creation of new projects by providing a standardized and optimized foundation.

It includes essential configurations and tools such as TypeScript, Styled Components, and ESLint, ensuring best practices from the start of development. Ideal for use as a starting point in new projects, this template allows customization as needed.

### Requirements

- [Nodejs](https://nodejs.org/pt)
- [Npm](https://www.npmjs.com/)

### Technologies

- NextJs
- Typescript
- StyledComponents
- Eslint
- [Lissone config](https://github.com/Lissone/eslint-config-lissone)
- Commitlint
- Config conventional
- Husky

### Usage

You can use this project as a template for another one, or clone it on your pc using the command:

```bash
git clone https://github.com/Lissone/next-typescript-template.git
cd next-typescript-template
```

Install dependencies using:

```bash
npm install
```

Run web:

```bash
npm run dev
```

## License

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


Made with ❤️ by Lissone