Skip to content

Commit

Permalink
Complete readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alice-sebego committed Jul 13, 2021
1 parent d7db431 commit f2a7e79
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,17 @@ Morever, I want to improve to learn quikly how to use a library that I haven't k

## Languages and Tools used :
* HTML5, SASS, JavaScript
* [AOS.js](https://github.com/michalsnik/aos "Get the library AOS.js")
* [AOS.js](https://github.com/michalsnik/aos "Get the library AOS.js") (set some animations)
* Webpack & Babel

## Dependencies and CMD

Install all dependencies : `npm install`

Compile JS files : `npm run build`

Watch change on JS files : `npm run watch`

Run this project on localhost server : `npm run start`

Watch change on SCSS files : `sass --watch src/sass/style.scss:dist/css/style.css`

0 comments on commit f2a7e79

Please sign in to comment.