/basic_angular

A basic Angular app for Code Fellows 401d7

Primary LanguageJavaScriptMIT LicenseMIT

Basic Angular

A basic Angular app for Code Fellows 401d7 made by Greg Magdsick

To Build

  • Type 'gulp build' in your command line from the base directory of this project

To run

  • Type 'node server.js' in your command line once the gulp task finishes
  • You will see a prompt that says 'server up on port 5050'
  • Go to localhost:5050 in your browser to see the page

To test

Currently the only test is the linter

  • Type 'gulp test' to run the gulp tests

References

Used the lab videos here And help from Robert Koritnik for clearing text input with angular here And help from SmurfEkko for starting node from gulp here