Project for study and use in future projects and tests.
This project aims to have a NextJS and Express boilerplate in a monolith structure for small monoserver projects that require a rapid full-stack implementation with flexible code writing to expedite deployment.
Disclaimer: This type of technique using a custom server in Next.js prevents deployment on Vercel.
First, run the development server:
git clone https://github.com/blmarquess/nextjs-with-express.git <project-name>
cd <project-name>
rm -rf .git
git init
npm install
npm dev