Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 314 Bytes

readme.md

File metadata and controls

13 lines (10 loc) · 314 Bytes

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