Only works with running lid-backend on predefined host: localhost:1313
You will need the following things properly installed on your computer.
git clone https://github.com/skoslitz/lid-frontend.git
this repository- change into the new directory
npm install
bower install
- make sure lid-backend (content api) is running on
http://localhost:1313
NOTE: if bower or npm installation procedures run into problems, try this
sudo bower update -a
- fix permissions with
sudo -R 777 /path/node_modules
etc.
ember s --proxy http://localhost:1313
- Visit your app at http://localhost:4200.