Skip to main content

Quickstart

Run NextJS local web server

  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. Install the required libraries
npm install
  1. Run the local development server
npm run dev