generator-hilary
Version:
Yeoman generator for projects that use hilary IoC (DI)
19 lines (15 loc) • 323 B
Markdown
<%= projectName %>
==========
## Getting Started
Before running this app, install the NPM and bower dependencies:
```Shell
> npm run install-dependencies
```
After that, you can run the app using ``npm start``.
## Directories
The express app has the following directory structure:
```
- controllers
- public
- views
```