https://github.com/vermicida/angularjs-sass-test
This is just an example of an AngularJS app featuring SASS.
https://github.com/vermicida/angularjs-sass-test
Last synced: 4 days ago
JSON representation
This is just an example of an AngularJS app featuring SASS.
- Host: GitHub
- URL: https://github.com/vermicida/angularjs-sass-test
- Owner: vermicida
- License: mit
- Created: 2016-06-01T06:44:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-01T08:35:43.000Z (almost 9 years ago)
- Last Synced: 2025-02-17T14:49:14.614Z (3 months ago)
- Language: HTML
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# angularjs-sass-test
This is just an example of an AngularJS app featuring SASS. Its purpose is ease the development process by automating the SASS files rendering. The webapp files are also watched, so you can be fully focused on the code.
## Getting started
The first step you have to do is to clone this repo:
```bash
$ git clone https://github.com/vermicida/angularjs-sass-test.git
```There some dependencies in the `package.json` file that you must resolve, so move on to the app directory and run this command:
```bash
$ cd angularjs-sass-test
$ npm install
```At this point, you are ready to browse the webapp. Just run `dev` script to start the server:
```bash
$ npm run dev
```## License
Code released under the [MIT license](./LICENSE).