Skip to content

Standard project start up for webdev with Angular, gulp, bower.

Notifications You must be signed in to change notification settings

gitter-badger/myProject-gulp

 
 

Repository files navigation

My Project

Standard project start up for webdev with Angular, gulp, bower.

Setup

Please clone the git repository :

$ git clone https://github.com/rllola/myProject-gulp.git

Start the Vagrant box :

$ vagrant up

Run :

$ npm install & bower install

It will add all the dependencies needed.

Go inside your vargrant box :

$ vagrant ssh

Reach the workspace folder :

$ cd workspace

In the folder, you should see all the files related to the project.

Then start your server :

gulp go

Start working

Open your favorite broswer to see your page :

http://localhost:3000/

You can now modify your files, the changes will be automatically appears on your webpage.

About

Standard project start up for webdev with Angular, gulp, bower.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.0%
  • HTML 17.3%
  • CSS 1.7%