xcrud is a repository for store your crud application in any feramework for learning purposes
Open for contributor
- Fork this repository
- Clone your forked repository
git clone "Link Repository"
- Login into Framework folder you will use, if there is no framework folder, create it in home project dir (ex react => xcrud/react)
- Create new folder with your name (ex John Doe => John_Doe) into framework folder
- Create new Branch with dev-yourname
git branch dev-yourname
- Checkout into your branch
git checkout dev-yourname
- Add all changed repo into git
git add .
- Commit
git commit -m "Message"
- push into your branch
git push -u origin dev-yourname
- Create New Pull Request to master this repository (make sure no conflict)
- Enjoy, all done!!