Skip to content

fuzziebrain/module04-solution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coursera Assignment Template - Single Page Web Applications with AngularJS

Pre-requisites

  1. Node.js (see https://nodejs.org/ for installation and setup)
  2. Bower: npm install -g bower
  3. Grunt: npm install -g grunt-cli

Installation

  1. Fork and clone the project
  2. Set the project root folder as the current working directory
  3. Install all dependencies: npm install

Run

The default Grunt task will start a BrowserSync instance for local development. All development should be done in the www folder. You may use Bower to install additional dependencies such as Bootstrap.

Command: grunt

Deploy

When ready, the web application can be deployed to the docs directory. Use the docs folder as the source for your project's GitHub Page.

Command: grunt deploy

Disclaimer: Use at your own risk. No support will be provided and the author will not responsible for the outcome of your project that is based on this template.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors