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

https://github.com/heldrida/basic_app_module_boilerplate

A very basic boilerplate for use in prototyping small apps or modules.
https://github.com/heldrida/basic_app_module_boilerplate

Last synced: 4 months ago
JSON representation

A very basic boilerplate for use in prototyping small apps or modules.

Awesome Lists containing this project

README

        

# Basic App module boilerplate

A very basic boilerplate for use in prototyping small apps or modules.

```
Dependencies installation:

* npm install

```

Workflow:
---

* Build: `gulp build`

* Start the development server: `gulp serve`

* To run tests: `gulp test`