Skip to content

akojimsg/react-git-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-git-explorer

React app to explore github repos given a username

You can clone this repository, install dependencies and run the application your browser:

git clone https://github.com/akojimsg/react-git-explorer.git

# activate virtualenv by executing 'Scripts/activate'
.\Script\activate  #for windows

#install python modules
pip install -r requirements.txt
cd gitexplorer\frontend\
npm install   #install node dependencies

#start node server
start cmd /C npm run start

#start python server
start cmd /C ..\manage.py migrate
start cmd /C ..\manage.py runserver


About

React app to explore github repos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published