[go: nahoru, domu]

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

A Skeleton for NextJS apps that want to compile their Express server files using Babel.

License

Notifications You must be signed in to change notification settings

pd-smith/next-express-babel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Skeleton for NextJS apps that want to compile their Express server files using Babel.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published