https://github.com/csdev19/next-ts-tailwind-boilerplate
Nextjs boilerplate with Ts + Tailwind + Prettier + ESlint + Jest + Docker
https://github.com/csdev19/next-ts-tailwind-boilerplate
eslint nextjs prettier tailwind-css tailwindcss typescript
Last synced: about 2 months ago
JSON representation
Nextjs boilerplate with Ts + Tailwind + Prettier + ESlint + Jest + Docker
- Host: GitHub
- URL: https://github.com/csdev19/next-ts-tailwind-boilerplate
- Owner: csdev19
- License: mit
- Created: 2021-09-28T00:16:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-22T01:01:27.000Z (over 4 years ago)
- Last Synced: 2026-01-03T16:28:44.995Z (5 months ago)
- Topics: eslint, nextjs, prettier, tailwind-css, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 176 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Next boilerplace TS + Tailwind CSS + ESlint + Prettier + Laqi
This is my boilerplate of an aplication using [Tailwind CSS](https://tailwindcss.com/) and [TypeScript](https://www.typescriptlang.org/). And enforcing the code style with [Prettier](https://prettier.io/) and [ESLint](https://eslint.org/).
## Features
- [x] [Tailwind CSS](https://tailwindcss.com/)
- [x] [TypeScript](https://www.typescriptlang.org/)
- [x] [Prettier](https://prettier.io/)
- [x] [ESLint](https://eslint.org/)
- [ ] [Docker](https://www.docker.com/)
- [x] [Jest](https://facebook.github.io/jest/)
- [x] [LAQI - Mock server](https://www.npmjs.com/package/laqi)
- [ ] [Husky](https://www.npmjs.com/package/husky)
## Interesting Packages
- [https://reactdatepicker.com/#example-calendar-open-state-callbacks](https://reactdatepicker.com/#example-calendar-open-state-callbacks)
## Getting started
1. Clone this repository
2. Install dependencies
3. Create a `.env` file with your configuration
4. Run the app `**npm run dev**`
5. Open `http://localhost:3000`