Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hauptrolle/nextplate
Next.js Boilerplate for new projects
https://github.com/hauptrolle/nextplate
Last synced: 27 days ago
JSON representation
Next.js Boilerplate for new projects
- Host: GitHub
- URL: https://github.com/hauptrolle/nextplate
- Owner: hauptrolle
- Archived: true
- Created: 2020-12-16T20:11:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-04T10:53:21.000Z (almost 4 years ago)
- Last Synced: 2024-07-26T04:33:19.694Z (5 months ago)
- Language: TypeScript
- Size: 270 KB
- Stars: 20
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-NextJs - nextplate
README
# Nextplate 🍽️
> This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
This is **the** Next.js boilerplate I use for the most of my projects. It contains the following conventions/features:
* Fully written in [Typescript](https://www.typescriptlang.org/)
* Unit testing with [Jest](https://jestjs.io/) & [React Testing Library](https://testing-library.com/)
* Code formatting with [Prettier](https://prettier.io/)
* Git hooks with [Husky](https://github.com/typicode/husky)## Getting Started
Run the development server:
```bash
npm run dev
# or
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.