Base setup for projects using an angular frontend.
Make sure not to use this base project directly instead follow the instructions at this page. This will create a duplicate of this repo in a new repo that wont effect this repo.
- Node
- npm
- Bower
If installing separate from laravel.
- Clone repo to desired location.
- Run bower install.
- Change config options in app.js.
If installing with laravel.
- Setup laravel as described in the readme for the laravel base project.
- Go into the public folder.
- Run the below commands.
git init
git remote add origin [email protected]:ImbalanceGaming/<Repo Name>.git
git fetch
git checkout -t origin/master
- Run bower install.