GithubHelp home page GithubHelp logo

michelcordeiro / angular-contact-list Goto Github PK

View Code? Open in Web Editor NEW

This project forked from willmendesneto/angular-contact-list

0.0 2.0 0.0 265 KB

JavaScript 46.28% ApacheConf 20.64% HTML 24.77% CSS 8.31%

angular-contact-list's Introduction

ANGULAR-CONTACT-LIST

Contact list application using AngularJS, providing CRUD (Create, Retrieve, Update, Delete) functionality for the contacts.

How to Use

1 - Clone this repository and access the generated folder

$ git clone [email protected]:willmendesneto/angular-contact-list.git [project-name]
$ cd [project-name]

2 - Run the commands for download application dependencies

$ npm install #install node dependencies
$ bower install #install bower dependencies

OBS: To verify if all modules that this app has dependency are installed. The list of all them are in package.json file.

3 - Run grunt serve command for run local server command

$ grunt serve

After this, access http://localhost:9000 for use this app

4 - Run application tests

$ grunt test # runn karma tests
$ grunt watch:jsTest # watch tests and scripts folder and run karma tests if these files will be modified

5 - Run application E2E tests In you first terminal tab run the command

$ ./node_modules/protractor/bin/webdriver-manager start # start webdriver

Now, open a new terminal tab and run the command

$ ./node_modules/protractor/bin/protractor protractor_conf.js # runn protractor tests

6 - Build application

$ grunt

7 - Run server based in dist folder

$ grunt serve:dist

3rd party dependencies

This project use (actually globally):

###Ruby

  • sass and compass for stylesheets;

###NodeJS

  • karma like test runner;
  • protractor for e2e tests;
  • grunt-cli for run grunt commands in CLI;
  • bower like package manager for the web;
  • yo and generator-angular for code/scaffolding generator;
  • jshint for lint script files;

###Frontend

All list of frontend dependencies are in bower.json file.

###Backend

All list of backend dependencies are in package.json file.

angular-contact-list's People

Contributors

willmendesneto avatar

Watchers

James Cloos avatar Michel Cordeiro 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.