The projects in this repository are staring projects, their purpose is to accelerate the starting process when creating a new project. After cloning the repo, you can just copy the the project folders you need, install the dependencies and start your own project from there.
First, clone the repository:
git clone https://github.com/caganseyrek/Jumpstart.git
Then navigate to folder of the cloned repository and use the codes/projects you need:
cd path/to/Jumpstart
Note: Projects do not have their own
.git/
folder inside them. Don't forget to initialize a new repository for the projects you use.
This project is open-source and licensed under MIT License.