Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 519 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 519 Bytes

Next with Express and Babel

What is it?

This skeleton project is similar to custom-server-express, except it demonstrates how you would separate your client transpilation config from your both your NextJS and Express server configs.

How to Run?

For Dev:

npm install
npm run dev

For Production:

npm install
npm run build
npm run start

This project defaults to live on localhost:3000.