Skip to content

tuuling/contacts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

contacts

Workin app visible at http://tuuling.github.io/contacts

Working on application locally

prerequisites

Step 1

Download the project from github

Step 1

Install npm modules in the project directory with npm install

Step 2

The app comes with a basic webserver that can serve the files. You can run the app with node app.js And access it from localhost:3000

Step 3

Start the watcher that compiles .coffee script files to .js files with grunt watch

Step 4

Run unit tests with the grunt test command

Tools and frameworks used

File structure

  • /public includes the all the static files needed to run the app in the browser
  • /src includes the coffeescript source file(s)
  • /test/unit includes the unit tests
  • /app.js basic express app to serve static files
  • /Gruntfile.js Config file for Grunt task runner
  • /karma.conf.js Config file for Karma test runner
  • /package.conf.js NPM conf file that lists the node.js depencies for the app

About

A simple contact list application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published