SAG React Web App | Frontend Respository
Ensure that npm is installed. Can check using this command:
npm version
Above command will show the current versions of libraries installed.
Ensure that:
npmversion is8.*.*or greaternodeversion is16.*.*or greater If not, please updatenpmandnode.
- Install dependencies.
npm i - Install husky
pre-commitandpre-pushhooks.npx husky install - Run the app.
npm run start
git remote add upstream https://github.com/SAG-Web-Devs/sag-react-fe.git