https://github.com/timhagn/fcc-felc
freeCodeCamp Front End Libraries Certification - Projects
https://github.com/timhagn/fcc-felc
Last synced: about 2 months ago
JSON representation
freeCodeCamp Front End Libraries Certification - Projects
- Host: GitHub
- URL: https://github.com/timhagn/fcc-felc
- Owner: timhagn
- License: gpl-3.0
- Created: 2018-08-11T13:50:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-22T09:26:40.000Z (almost 7 years ago)
- Last Synced: 2025-02-13T20:18:32.805Z (3 months ago)
- Language: JavaScript
- Size: 127 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# freeCodeCamp - Front End Libraries Certification
## Projects
Here you may find my finished Projects for the freeCodeCamp
Front End Libraries Certification.
I used React/Redux as well as React together with the Context API.
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```.