Create React App
creating first single page react app
prequesites
# node / npm / npx have to be installed
node --version
npm --version
npx --version
create skeleton app
# create app
npx create-react-app <appname>
creating first single page react app
# node / npm / npx have to be installed
node --version
npm --version
npx --version
# create app
npx create-react-app <appname>