https://github.com/uq-rcc/rbf-frontend
https://github.com/uq-rcc/rbf-frontend
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/uq-rcc/rbf-frontend
- Owner: UQ-RCC
- License: mit
- Created: 2024-08-06T22:46:33.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-15T04:55:36.000Z (almost 2 years ago)
- Last Synced: 2024-08-15T05:21:40.686Z (almost 2 years ago)
- Size: 17.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
qldarch-frontend
==================
Running the Front End locally (pointing at qldarch server)
-----
# Setting up
## 1. Getting the Global Tools
* Install NPM
* Install the dev tools you need - yo, bower, grunt `npm install -g yo bower grunt-cli`
* Install generator for angular (does angular scaffolding) `npm install -g generator-angular`
## 2. Installing Project Dependencies
* Run `npm install`
* Run `npx bower install`
## 3. Running it Locally
* Run `npx grunt server`
## 4. Build
* Run `npx grunt build --force`
## 5. Clean up existing build
* Run `npx grunt clean`
* Run `npx bower clean`