Quick Start with React

#Parcel

# insalling parcel (compiler)
npm install --save-dev parcel
npm install -g parcel-bundler
npm init -y

# running exisitng project
parcel ./index.html
parcel build ./index.html