Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 937 Bytes

.readme.md

File metadata and controls

52 lines (32 loc) · 937 Bytes

<%= name %>

<%= description %>

Install

$ npm i && npm t

Running

Run application:

$ npm start

Open in browser http://localhost:8080/

Running tests

Install dependencies and run test

$ npm t

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue

Author

<%= author.name %>

Dependencies

Dependencies:

<%= Object.keys(dependencies).join(', ') %>

Dev dependencies:

<%= Object.keys(devDependencies).join(', \n') %>

License

Copyright © <%= year() %> <%= author.name %> Licensed under the <%= license || licenses.join(', ') %> license.