Skip to content

Boilerplate for server-side rendered serverless full-stack JS web applications

Notifications You must be signed in to change notification settings

endcycles/nextjs-express-nowv2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NextJS with Express in NOW v2

Steps to run in Development Environment

Start API server

(Start this first, or else you will get error when web app attempt to call API)

cd app
yarn
yarn start
API is availble on port 9999
    http://localhost:9999

Start NextJS App

cd www
yarn
yarn start
Web App is available on port 3000
    http://localhost:3000

Steps to deploy

# From root folder where you have now.json
now

About

Boilerplate for server-side rendered serverless full-stack JS web applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published