JavaScript has lots of libraries and modules and sometimes they are essential for web development.
The vanilla
- HTML
- CSS
- Javascript
Does not need any dependencies
React is one of important frameworks for web development it makes lots of things easier. This example shows how it is necessary to learn at least one framework or library or module whatever you call it.
The "./basicHtml" folder is the vanilla web while the "./react/js" is the react project.
Requires dependencies as shown bellow
If you want to work on this project do what follows
-
Fork the repository
-
Clone the repo to your device Install git before doing this from Git Download
git clone https://github.com/MohamedAlDeep/Js-react.git
- Push & Pull
You should pull when there is a change on the cloud and push when you want to add a change into the cloud.
- Install NodeJs from NodeJs
- Go to terminal
- Write the next code
npm i
- Then
npm run dev