/nextjs-software-service

This is Cinnamon Agency starter template for NextJS projects shared for public access and usage.

Primary LanguageTypeScript

Next Template

Starter project made by www.cinnamon.agency

Prequisite

Having Node.js 12.22.0 or later installed.

Setup

  • git clone the repo with git clone https://github.com/Cinnamon-Agency/template-nextjs.git
  • install dependencies by running yarn install in repo root.
  • set up the .env file

Scripts

  • yarn dev - runs project in development mode
  • yarn build - builds the application for production