Skip to content

ImbalanceGaming/angular-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular Base Project

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.

Server Requirements

  • Node
  • npm
  • Bower

Installation

If installing separate from laravel.

  1. Clone repo to desired location.
  2. Run bower install.
  3. Change config options in app.js.

If installing with laravel.

  1. Setup laravel as described in the readme for the laravel base project.
  2. Go into the public folder.
  3. Run the below commands.
    git init  
    git remote add origin [email protected]:ImbalanceGaming/<Repo Name>.git  
    git fetch  
    git checkout -t origin/master  
  1. Run bower install.

Resources

About

Base setup for projects with a angular frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published