Starter kit for ReactJS & RoutieJS
- Babel browser
- live reload
- ReactJs & RoutieJS of course :)
- Bootstrap v4
- Font Awesome v4.5.0
- npm install
- bower install
- run gulp
-
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!