Skip to content

codenamezjames/caitlinscookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Caitlin's Cook Book

powered by

To install clone the repo, open comand line, "cd" in to the html directory within this app, run "npm install",run "bower install", run "grunt watch"

Please Note you must have a nginx server running this app with cross site enabled

and you must add the server to your hosts file

server {
    add_header Access-Control-Allow-Origin *; #CORS for ajax calls
    server_name bp.localhost;
    root /path/to/html;
        index index.html index.htm;
        location / {
                try_files $uri $uri/ /index.html;
        }
}

About

Cook book designed in angular and foundation with simple backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published