Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nishants/star-wars

Gaming Experience and Alien Theme Design with Angular and SCSS .
https://github.com/nishants/star-wars

angularjs interaction-design scss ui-design widget

Last synced: 14 days ago
JSON representation

Gaming Experience and Alien Theme Design with Angular and SCSS .

Awesome Lists containing this project

README

        

# Gaming Experience and Alien Theme Design
> with AngularJS and SCSS.

![UI](https://raw.githubusercontent.com/nishants/star-wars/master/doc/demo/ui-hd-min.gif)

[Link to app : nishants.site/lab/star-wars](http://nishants.site/lab/star-wars)

### Running App
- Open dist/index.html in browser
- Or, run through an http server with npm
```bash
npm install
npm run start
```

### External Depependecies
- AngularJS(1.5.7)
- Fontawesome(4.7.0)

### Devlopment Depependecies
- scss
- jade
- npm

### Setup
```bash
npm install
```

### Run Tests and Compile Source Code
```bash
npm run package
```
Compiled files are place in *dist/* dir.

### Run Tests Once
```bash
npm run test-once
```

### Watch files and run tests
```bash
npm run test
```

### Watch for changes and Recompile
```bash
npm run watch
```
This will re-compile app on any change to scss, js or jade files.

Compiled files are place in dist/