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.
- Host: GitHub
- URL: https://github.com/heldrida/basic_app_module_boilerplate
- Owner: heldrida
- Created: 2016-07-19T10:10:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-20T11:14:38.000Z (almost 9 years ago)
- Last Synced: 2025-02-18T06:09:06.868Z (4 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`