Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joaopaulomoraes/nextjs-tailwindcss-boilerplate
This is a NextJS boilerplate to be used with Tailwindcss.
https://github.com/joaopaulomoraes/nextjs-tailwindcss-boilerplate
boilerplate eslint jest nestjs-tailwind nextjs prettier react tailwindcss testing-library typescript
Last synced: 4 months ago
JSON representation
This is a NextJS boilerplate to be used with Tailwindcss.
- Host: GitHub
- URL: https://github.com/joaopaulomoraes/nextjs-tailwindcss-boilerplate
- Owner: joaopaulomoraes
- Created: 2021-03-07T15:59:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-12T23:44:06.000Z (over 3 years ago)
- Last Synced: 2024-05-01T15:35:28.122Z (9 months ago)
- Topics: boilerplate, eslint, jest, nestjs-tailwind, nextjs, prettier, react, tailwindcss, testing-library, typescript
- Language: TypeScript
- Homepage:
- Size: 500 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NextJS Tailwindcss Boilerplate
This is a [NextJS](https://nextjs.org) boilerplate to be used with [Tailwindcss](https://tailwindcss.com).
## What is inside?
This project uses lot of stuff as:
- [NextJS](https://nextjs.org)
- [TypeScript](https://www.typescriptlang.org)
- [Jest](https://jestjs.io)
- [Testing Library](https://testing-library.com)
- [Tailwindcss](https://tailwindcss.com)
- [Eslint](https://eslint.org)
- [Prettier](https://prettier.io)## Getting Started
### Installing
Cloning the project.
```bash
npx create-next-app -e https://github.com/joaopaulomoraes/nextjs-tailwindcss-boilerplate your-app
```Access the project directory.
```bash
cd your-app
```Install dependencies.
```bash
yarn install
```Serve with hot reload at http://localhost:3000.
```bash
yarn dev
```### Build
```bash
yarn build
```## License
This project is licensed under the MIT License.