... in progress 👨🏻💻
SvelteJS + SpectreCSS on client, Derver BFF, LowDB base.json & JWT auth simple headless CMS, bundeled by ESBuild- Dev-mode with livereload
- Production ready web-server
- Middlewares on server side
Just run:
npx degit valexr/pagy myapp
cd myapp
npm install
npm run dev
# democreds - valexr@gmail.com/valexr@gmail.comThen open browser on http://localhost:3131, change files in the src and
watch the changes.
Run your application in production mode with npm start command.
Or run npm run build and optimized application will be in the dist
directory. Then you may copy it anywhere and run with node app.js inside this
directory.
