Skip to content

Latest commit

 

History

27 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Getting Started

Prerequisites

Make sure you have the following installed:


Running the Frontend

  1. Navigate to the frontend directory:

    cd frontend
  2. Install dependencies:

    npm install
    # or
    yarn install
  3. Start the development server:

    npm run dev
    # or
    yarn dev
  4. Open http://localhost:3000 in your browser to view the app.


Running the Backend

  1. Navigate to the backend directory:

    cd backend
  2. Install dependencies:

    npm install
    # or
    yarn install
  3. Start the backend server:

    npm run dev
    # or
    yarn dev
  4. The backend server will run on http://localhost:5000 (or the port specified in your backend configuration).


Environment Variables

Backend

Create a .env file in the backend directory and add the following:

PORT=5000
DATABASE_URL=your-database-url

Learn More

To learn more about Next.js, take a look at the following resources:

For backend development, refer to the documentation of the backend framework or tools you're using (e.g., Express.js, Firebase, etc.).


Deploying the Application

Frontend

The easiest way to deploy your Next.js app is to use the Vercel Platform.

Backend

You can deploy the backend to platforms like:

Check the respective platform's documentation for deployment instructions.

About

Web-Starter

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages