A simple but very complete full-stack project.
- Clone this repo
- Install dependencies via
npm i
- Start static dev server
npm run serve
- Start server
npm run server
- Start admin panel
npm run serve:admin
- Node.js >= 14
- nginx >= 1.10
- pm2
- Do what Setup need to do
- Build the admin panel
npm run build:admin
- Configure nginx like static pages and SPA site
- Start server via
pm2 start index.js