- Make sure you have the backend is setup and running.
- Ensure you have Node.js installed (version requires Node.js >=18.18.0).
-
Clone the repository:
git clone https://github.com/ColoredCow/nextjs-init.git
-
Install dependencies:
npm install
-
Configure environment variables:
-
Copy
.env.example
to.env
and configure as needed.# If hosted using "serve" NEXT_PUBLIC_BACKEND_URL=http://localhost:3000
-
-
Start the development server:
npm run dev
-
Open http://localhost:3000 in your browser to see the result.