Coder Social home page Coder Social logo

angularlabexamplejessben's Introduction

angularLabExample

Playing with Node, Express and Angular.

#Setup: Install dependencies with npm and bower by running:

npm install && bower install

npm is generally used to manage server and development dependencies, whereas bower is generally used to manage client side dependencies

#Running Your Project: To serve your project, run:

grunt serve

Grunt is a task runner that helps automate all that stuff you had to type during the last lab. Right now, grunt serve is set up to run nodemon, which will automatically restart your node server whenever it detects changes to your project.

Served projects should be available on localhost:9000 by default.

If you get an error something along the lines of bash: grunt: command not found you probably don't have grunt installed correctly. Please let a professor or DM know about this.

#Testing Your Project

To run your tests, run:

grunt test

If this doesn't work, please let a professor or DM know about it.

You can also run your tests through the webstorm karma run configuration (right click karma.conf.js, etc.)

##Resoures #####Bootstrap Components: http://getbootstrap.com/components/

#####Getting started with grunt: http://gruntjs.com/getting-started

#####Tutorial for testing with jasmine http://jasmine.github.io/2.0/introduction.html

angularlabexamplejessben's People

Contributors

bsimondet avatar elenam avatar hauge550 avatar joethe avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.