This is a basic repository to start the HETIC Mobile First course.
Make sure that NodeJS and npm are installed on your computer. You will also need GIT.
To begin, fork this repository ("Fork" button just up there). Change the forked repository name (in "Settings" panel) to match your team number. For exemple : w2-p2018-07-name-of-the-project
Finally, clone your repository (uppercase elements are to be replaced depending on your context) :
$ cd MY/WEBSITES/FOLDER/
$ git clone https://github.com/USERNAME/w2-p2018-07-name-of-the-project.git
$ cd w2-p2018-07-name-of-the-projectSimply run the following commands into the project directory:
$ npm install
$ npm install gulp -g # you might need "sudo" before that if you get an error
$ gulpYour site should now be running at http://localhost:3000