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

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!

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)