Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lissone/next-typescript-template
- Owner: Lissone
- Created: 2021-06-18T23:21:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T22:48:19.000Z (2 months ago)
- Last Synced: 2024-09-12T02:32:09.186Z (2 months ago)
- Topics: commitlint, eslint, lintstaged, nextjs, prettier-eslint, styled-components, template, typescript
- Language: Shell
- Homepage:
- Size: 474 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Next Typescript Template
Description |
Requirements |
Technologies |
Usage
## 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