jnovack / heroes-overlay

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

heroes-overlay

heroes-overlay gives the developer a clean slate to start with while bundling enough useful features so as to remove all those redundant tasks that can derail a project before it even really gets started.

Development

A nodemon.json file should be created in the root so that grunt can run properly. This would hold all run-time environment variables you do not wish to commit to the git repo.

{
    "env": {
        "PORT": 3000
    }
}

About

License:MIT License


Languages

Language:JavaScript 66.8%Language:HTML 18.6%Language:CSS 14.6%