Build – npm run build
Run – npm start
Check Git – git remote -v
Clone
git remote set-url origin https://github.com/TopOneUK/CRM
git clone https://github.com/TopOne/CRM D:\GoogleDrive\GitHUB\TopOne.CRM
Create – npx create-react-app TestPopUp
Config
git config –global user.email “Mario.Zbikowskil@TopOneCRM.com”
git config –global user.name “TopOneMario”
Node.js
Others
git init
npm cache clean --force
- npm rebuild
- npm i react-scripts
- npm install styled-components
- npm i request –save