Skip to content

ColoredCow/nextjs-init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

51f5fa9 · Mar 12, 2025

History

52 Commits
Mar 11, 2025
Mar 11, 2025
Mar 9, 2025
Mar 11, 2025
Mar 5, 2025
Mar 11, 2025
Feb 21, 2025
Mar 11, 2025
Mar 9, 2025
Mar 11, 2025
Mar 11, 2025
Mar 11, 2025
Mar 11, 2025
Mar 11, 2025
Mar 11, 2025

Repository files navigation

ColoredCow Next.js Boilerplate

Getting started

Running locally

Pre-requisite

  1. Make sure you have the backend is setup and running.
  2. Ensure you have Node.js installed (version requires Node.js >=18.18.0).

Installation steps

  1. Clone the repository:

    git clone https://github.com/ColoredCow/nextjs-init.git
  2. Install dependencies:

    npm install
  3. Configure environment variables:

    • Copy .env.example to .env and configure as needed.

      # If hosted using "serve"
      NEXT_PUBLIC_BACKEND_URL=http://localhost:3000
  4. Start the development server:

    npm run dev
  5. Open http://localhost:3000 in your browser to see the result.