Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 608 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 608 Bytes

Next.js Production Boilerplate

This repository is an adapted version of https://github.com/vercel/nextjs-subscription-payments

Demo

Getting Started

  1. Install node
  2. In your terminal, run the following commands:
git clone https://github.com/devtodollars/startup-boilerplate.git YOUR_APP_NAME
cd YOUR_APP_NAME
  1. Use .env file from DevToDollars
cd nextjs
cp .env.example .env
  1. Run the local development server
npm install
npm run dev

Stack

  • Next.JS (App Router)
  • Typescript
  • Tailwind