This project is from our Javascript course at Simplon Senart. We had to reproduce the web site https://news.ycombinator.com/ using the technology we want, using the website API to update the news, and building site structure with components. I have used:
- AngularJS;
- Gulp as task runner : this was new for me, with the usage of sass, minify, uglify and browserSync.
- Angular-moment : https://github.com/urish/angular-moment
This project will be the oportunity to test new things as long as i am attending Web Developer courses at Simplon Sénart.
These instructions will get you a copy of the project up and running on your local machine.
You will have to use node and npm to load the necessary node modules to run the project. you will also need to have sass installed on your machine. https://sass-lang.com/install
Download the project.
Download the necessary node modules described in package.json file by running below command in your command line editor:
npm install
launch the application with gulp by running below command:
gulp watch
- Sandrine Pradier - Initial work - https://github.com/SandrinePradier/projectYCombinator
Here are the ressources i have used to help me in the project, thanks for the authors sharing their knowledge:
API web site:
Tutorial for angularjs component bindings
Tutorial for gulp