UNPKG

generator-express-static

Version:

A generator for Yeoman used to create an Expressjs static site generator.

58 lines (33 loc) 1.04 kB
# <%= siteName %> ##Documentation [Where is the core documention for your project found?] ##Setup * Nodejs * Npm ``` npm install -g grunt-cli ``` ``` npm install ``` ##Build Currently, static files are generated via requests through the karma e2e tests. Any routes should be tested in karma e2e in order to be rendered statically. ``` grunt dist ``` ##Run ``` npm start ``` ##Test [How do people run the tests?] [How do people run automated tests?] ##Deploy [What do people need to do to deploy this into Development?] [What do people need to do to deploy this into QA?] [What do people need to do to deploy this into Staging?] [What do people need to do to deploy this into Production?] ##Release [What is the release process used by this project?] [We curently use GitFlow on most of our projects but your specific technology may need additional steps for preperation for release.] This project uses the [Git Flow](https://confluence.meltdev.com/display/DEV/Git+Flow) process for getting changes into the project.