https://github.com/timhagn/fcc-rwdp
freeCodeCamp - Responsive Web Design Certification Projects
https://github.com/timhagn/fcc-rwdp
Last synced: about 2 months ago
JSON representation
freeCodeCamp - Responsive Web Design Certification Projects
- Host: GitHub
- URL: https://github.com/timhagn/fcc-rwdp
- Owner: timhagn
- License: gpl-3.0
- Created: 2018-08-22T09:35:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-14T22:02:16.000Z (over 6 years ago)
- Last Synced: 2025-02-13T20:18:32.169Z (3 months ago)
- Language: HTML
- Size: 131 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# freeCodeCamp - Responsive Web Design Certification
## Projects
Here you may find my finished Projects for the freeCodeCamp
Responsive Web Design Certification.
I used ES6/7 & (S)CSS.
You can see try projects visiting my [CodePen](https://codepen.io/timhagn/#)
Profile.## Initializing
After you cloned this repo, having the dist folder,
the Projects should run out of the box.
If you wish to work with the files, you have to run an
```npm install``` first, or ```yarn install``` as you please.To let babel compile your code into the dist folder, enter:
```npm run watch``` or ```yarn run watch```.To let sass compile your scss into the dist/css folder, enter:
```npm run sass``` or ```yarn run sass```.Yes, I might have used webpack or such (and might do so in the future for this
Repository), but the Projects are to small atm to justify such overhead ; ).