React js tutorial
//With node and npm already installed for basic start
npx create-react-app my-app-name
// if you want to use npm
npx create-react-app my-app-name --npm
//if you want to use typescript
npx create-react-app my-app-name --template typescript
yarn start // app will be hosted on localhost:3000
/* start making changes at ./my-app-name/src/App.js
React documentation: https://reactjs.org/docs/hello-world.html
*/The website below has a great tutorial for beginners.
It explains all the basics you need to know without
overloading you with complexities.
Naturally you can advance to these complexities once
you have the base knowledge.#create your project react
npx create-react-app my-app
#open your folder app
cd my-app
#running your apps
yarn start
#or
npm startReactDOM.render(
<Hello />,
document.getElementById("root")
);
npx create-react-app my-app
cd my-app
cd src
# If you're using a Mac or Linux:
rm -f *
# Or, if you're on Windows:
del *
# Then, switch back to the project folder
cd ..Namaste
Angular is far more better ___GTFO
Also in C++:
- embed photos google drive
- git push f head
- shell mac move faster
- remove last field using awk
- trocar user name e emailgit
- install godot ubuntu
- installing parse-dashboard with npm
- install vue cli
- if float less than bash
- install vscode centos 7
- cp -r copy linux directory or file
- how to activate utf16 in powershell
- Timed out while waiting for the machine to boot. This means that Vagrant was unable to communicate with the guest machine within the configured ("config.vm.boot_timeout" value) time period.
- ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- git checkout fast
- approle hashicorp vault
- check git installed linux
- linux find size of directory and subdirectories
- linux check what process is using port
- git log
- git commit and push command
- remove directory from linux
- dependencies needed for kernel edit linux amd64
- dig command examples