Skip to content

johannesjo/angular-auto-admin-looopback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular auto admin loopback example

This is an example app for a crud interface for your loopback app created with generator-moda and generator-aaal

getting started

Clone the repository

git clone git@github.com:johannesjo/angular-auto-admin-looopback.git

Install and run backend

cd angular-auto-admin-looopback
npm install
node .

Open new tab and install and run frontend

cd client
npm install && bower install
gulp

Log yourself in in the browser

user: john@doe.com
password: opensesame

Rebuild the backend (e.g. after model changes)

npm install -g yo bower generator-aaal
rm -r client/app/scripts/aaal
cd client && yo aaal

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors