https://github.com/dxheroes/nextjs-rtr
Bootstrapped, pre-configured, and applied with the best practices for Developer Experience. The fastest way to reliably start any Next.js project!
https://github.com/dxheroes/nextjs-rtr
Last synced: 6 months ago
JSON representation
Bootstrapped, pre-configured, and applied with the best practices for Developer Experience. The fastest way to reliably start any Next.js project!
- Host: GitHub
- URL: https://github.com/dxheroes/nextjs-rtr
- Owner: DXHeroes
- License: mit
- Created: 2021-02-25T10:34:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:43:20.000Z (almost 2 years ago)
- Last Synced: 2024-11-24T19:52:34.755Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 151 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Next.js Ready-To-Run (RTR) Template
This is a quick start template for you & your team to bootstrap the next project! Simply clone it, follow the Quick Setup guide, and it will be ready to run.
## What is pre-packaged in this template?
We have bootstrapped this with our knowledge of the best practices and the following tech stack:
- [Next.js](https://github.com/vercel/next.js/)
- [TypeScript](https://github.com/microsoft/TypeScript)
- [TailwindCSS](https://github.com/tailwindlabs/tailwindcss)
- [Yarn](https://github.com/yarnpkg/yarn)
- [Github Actions](https://docs.github.com/en/actions)
- [DX Scanner](https://dxscanner.io/)## Quick Setup
```bash
$ yarn install$ touch .env
$ cat .env.example > .env
$ yarn dev
```## Use DX Scanner with your repository to maximize your Developer Experience
Use can also integrate this repository with the [DX Scanner](https://dxscanner.io/) using this [guide](https://dxscanner.io/documentation/how-to-integrate-dx-scanner-into-github-ci)