Skip to content

Gaming Experience and Alien Theme Design with Angular and SCSS .

Notifications You must be signed in to change notification settings

nishants/star-wars

Repository files navigation

Gaming Experience and Alien Theme Design

with AngularJS and SCSS.

UI

Link to app : nishants.site/lab/star-wars

Running App

  • Open dist/index.html in browser
  • Or, run through an http server with npm
npm install
npm run start

External Depependecies

  • AngularJS(1.5.7)
  • Fontawesome(4.7.0)

Devlopment Depependecies

  • scss
  • jade
  • npm

Setup

npm install

Run Tests and Compile Source Code

npm run package

Compiled files are place in dist/ dir.

Run Tests Once

npm run test-once

Watch files and run tests

npm run test

Watch for changes and Recompile

npm run watch

This will re-compile app on any change to scss, js or jade files.

Compiled files are place in dist/