/next-express-server

Setup NextJS in ExpressJS Server

Primary LanguageJavaScriptMIT LicenseMIT

About the project

This repository is dedicated to exploring how to setup next.js with express.js to solve the routing problem

Setup

yarn       # install dependencies
yarn dev   # run development server
yarn build # build the project for production use
yarn start # run the production server