Skip to content

aadhityavarshan/Zone_Alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

  1. Node.js

Contributing

  1. Clone repository to local
git clone https://github.com/aadhityavarshan/Zone_Alert.git
  1. Install dependencies
# install client dependencies
cd front-end
npm install -g npm

# install backend dependencies
cd ..
cd back-end
npm install -g npm

# return to root directory
cd ..
  1. Initialize Git
git init
  1. Change to dev branch
git checkout dev
  1. Move to backend/frontend folder and begin coding
# for backend
cd back-end

# for frontend
cd front-end

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors