Skip to content

SAG React Web App | Frontend Repository

Notifications You must be signed in to change notification settings

Krish2958/sag-react-fe-km

Repository files navigation

SAG React Web App

SAG React Web App | Frontend Respository

Setup Instructions

Ensure that npm is installed. Can check using this command:

npm version

Above command will show the current versions of libraries installed.
Ensure that:

  • npm version is 8.*.* or greater
  • node version is 16.*.* or greater If not, please update npm and node.

Steps for further setup

  1. Install dependencies.
    npm i
    
  2. Install husky pre-commit and pre-push hooks.
    npx husky install
    
  3. Run the app.
    npm run start
    

Add main repositor as upstream

git remote add upstream https://github.com/SAG-Web-Devs/sag-react-fe.git

About

SAG React Web App | Frontend Repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published