Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 723 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 723 Bytes

Angular Starter Project

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

Tutorial:

See Creating a Fullstack Angular Remult app for non web developer

Create an Heroku site and deploy to it

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