garethslinn / UII

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple Node app using SWIG templates to render our new HTML

Dependencies

  • Node
  • Npm
  • Ruby

Ensure you have Gulp installed:

sudo npm install -g gulp

Ensure you have Nodemon installed (Mac / Linux only):

sudo npm install -g nodemon

Install the bundler gem:

sudo gem install bundler

Install dependencies for the project

bundle install

Setup the project

Install the Node dependencies from npm:

npm install

Run the Gulp build:

gulp

Start the app:

With NPM:

npm run-script app

Or to watch for changes:

npm run-script watch

With Node directly:

node src/webapp/app.js

Then visit http://localhost:3000 (or whatever port you put into src/config/deployment.json)

Gulp

To build the static files:

gulp

To build just the Argos JavaScripts:

gulp scripts:argos

To build just the Vendor JavaScripts:

gulp scripts:vendor

To move the static assets manually:

gulp move

Gulp watch

To watch the static files for changes (images, scss, js and fonts):

gulp watch

To watch just the JavaScript:

gulp watch:scripts

To watch just the Styles:

gulp watch:styles
```# ui 
# ui 
# UII 

About


Languages

Language:HTML 42.4%Language:JavaScript 31.8%Language:CSS 25.3%Language:Shell 0.4%Language:Ruby 0.2%