Skip to content

Frontend

Aishwarya Vijay Sinhasane edited this page Feb 4, 2022 · 1 revision

How to Run

  • Dependencies

Node / NPM Run the development server:

  • Install NVM
 curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
 export NVM_DIR="$HOME/.nvm"
 [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"  # This loads nvm
 [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"  # This loads nvm bash_completion
 nvm install 14.18.0

  • Install Dependencies
npm install 
npm audit fix (i.e If you get any issues)
npm run dev

Navigate to http://localhost:3000 on your browser.

Tech Stack

Current Features

  • SignUP
  • Login
  • Accessing Weather Requests
  • Access Audit History.