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

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

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`