This project is a starter project for using remult & angular that already has a menu, basic user management and other utilities.
To use in a new project:
npx degit noam-honig/angular-starter-project.git my-project
cd my-project
npm i
To run:
npm run dev
See Creating a Fullstack Angular Remult app for non web developer
heroku apps:create
heroku addons:create heroku-postgresql:hobby-dev
heroku config:set SESSION_SECRET=some-very-secret-key
git push heroku master
heroku apps:open