[go: nahoru, domu]

Skip to content

A template you can use to quickly start your full stack next.js projects. Includes an express server and environment variable configuration.

Notifications You must be signed in to change notification settings

apanesar11/nextjs-with-server

Repository files navigation

About The Project

This is a template you can use to quickly start your full stack next.js project. After bootstrapping the app with create-next-app, I have added the following:

  • an express server
    • hosts the site and can be used for crud operations
  • environment variable configuration
    • frontend: env-config.js
    • backend: .env
  • next-images
    • allows you to import images
  • @zeit/next-css
    • allows you to import css files

Getting Started

Prerequisites

Installation

  1. Clone the repo
git clone https://github.com/apanesar11/nextjs-with-server
  1. Install NPM packages
npm install
  1. Start the development server
npm run dev

About

A template you can use to quickly start your full stack next.js projects. Includes an express server and environment variable configuration.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published