Skip to content

Starter kit ready to use for creating fastest S.P.A's with ReactJS & Routie.js

Notifications You must be signed in to change notification settings

Danjavia/Reactie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reactie

Starter kit for ReactJS & RoutieJS

This pack include

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

Starter kit ready to use for creating fastest S.P.A's with ReactJS & Routie.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published