An open API service indexing awesome lists of open source software.

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

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 ; ).