Aim of this repository is to generate Github Resume
for each github users.
To setup the app for development on your local machine, please follow the instructions below:
git clone https://github.com/sabesansathananthan/React-GitHub-Resume.git
cd React-GitHub-Resume
Install packages
If you use npm
npm install
or
If you use yarn
yarn
Run the development server
If you use npm
npm start
or
If you use yarn
yarn start
Visit http://localhost:3000
This project is licensed under the MIT License - see the LICENSE file for details