Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 .
- Host: GitHub
- URL: https://github.com/nishants/star-wars
- Owner: nishants
- Created: 2017-02-02T09:52:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-02T10:41:01.000Z (almost 8 years ago)
- Last Synced: 2024-11-11T10:12:22.405Z (2 months ago)
- Topics: angularjs, interaction-design, scss, ui-design, widget
- Language: JavaScript
- Homepage: http://nishants.site/lab/star-wars/
- Size: 2.84 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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/