https://github.com/hozlucas28/codo-codo-react-2023
Repository of "Codo a Codo - React".
https://github.com/hozlucas28/codo-codo-react-2023
2023 course css3 html5 husky javascript mit-license practices prettier reactjs vite
Last synced: 9 months ago
JSON representation
Repository of "Codo a Codo - React".
- Host: GitHub
- URL: https://github.com/hozlucas28/codo-codo-react-2023
- Owner: hozlucas28
- License: mit
- Created: 2023-02-27T21:28:28.000Z (almost 3 years ago)
- Default Branch: Master
- Last Pushed: 2025-01-01T02:16:08.000Z (12 months ago)
- Last Synced: 2025-02-05T14:46:24.647Z (11 months ago)
- Topics: 2023, course, css3, html5, husky, javascript, mit-license, practices, prettier, reactjs, vite
- Language: JavaScript
- Homepage:
- Size: 566 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Codo a Codo - React [2023]
Repository of Codo a Codo - React.
Summary •
Installation •
Related •
License •
Acknowledgments •
Contact
Summary
This is a repository where I store all lessons that I take on Codo a Codo - React. In addition, I used npm packages like: Prettier and Husky to make my code be more 'prettier'.
Installation
Clone the repository, install Node.js (runtime environment) and use Visual Studio Code (code editor). Then run command npm install to install all packages, necessary for the repository. Done, now you have to different ways to test each app:
-
Vite react app: if the app was created withnpm create vite@latest, you have to run commandnpm run devto start a dev server, where you are going to see a preview of that app.
-
Create react app: if the app was created withnpx create-react-app, you have to run commandnpm startto start a dev server, where you are going to see a preview of that app.
• Important:
You have to run npm install on each folder app to download necessary dependencies.
Related
-
Repository of first project
-
Repository of second project
-
Repository of Firebase practice
-
Repository of final project (Netflix clone)
License
This repository is under MIT License, if you want to see what you are allowed to do with the content of this repository, please visit choosealicense for more information.
Acknowledgments
Thanks to Codo a Codo teachers to share this lessons and others ones.
Contact
If you want to contact me, please see my socials medias in my GitHub profile.