Thanks to visit codestin.com
Credit goes to github.com

Skip to content

aepshtin/angular-starter-project

 
 

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 81.7%
  • HTML 12.8%
  • SCSS 4.8%
  • JavaScript 0.7%