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