/nextjs-template

A simple Nextjs template to start your amazing new project with!

Primary LanguageJavaScript

{Project Title}

This project is deployed at: {Hosting Link}

{Project description}

Built Using

Running Locally

  • Clone the project and install the dependencies:
npm install
# or
yarn install
  • Environment Variables: See .env.examplefor an example.

  • Then, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result ie. pages/index.js being rendered.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Learn More

This is a Next.js project bootstrapped with create-next-app.

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

You can check out the Next.js GitHub repository

Check out our Next.js deployment documentation for more details.