Skip to content

Danjavia/imaginarium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Imaginarium

Sample application for testing analytics

Installation

  • npm install
  • bower install
  • run gulp

Open http://localhost:8080

Set a custom domain

  • Open the gulpfile.js file in the root folder

     // gulpfile.js
     gulp.task( 'webserver', function() {
       	connect.server({
       		livereload: true,
       		// port: 80,
       		// host: ''
       	});
     });
    
  • Uncomment Port and host lines

  • In the host line set your example.dev

  • After set the same domain name in your hosts file

  • run gulp

  • Access to http://example.dev

  • Start to hack!

About

Testing track analytics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published