Skip to content

mihaa1/trempim

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 84.2%
  • HTML 12.5%
  • SCSS 2.9%
  • JavaScript 0.4%