Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/heldrida/prototype-boilerplate

A quick Prototyping boilerplate that uses Gulp Karma Jasmine Sass Webpack
https://github.com/heldrida/prototype-boilerplate

Last synced: about 1 month ago
JSON representation

A quick Prototyping boilerplate that uses Gulp Karma Jasmine Sass Webpack

Awesome Lists containing this project

README

        

# Logo Prototype

A prototype project for a client logo in SVG that'll be animated.

```
Dependencies installation:

* npm install

```

Workflow:
---

* Build: `gulp build`

* Start the development server: `gulp serve` or `gulp`

* To run tests: `gulp test`