.
├── README.md
└── angular-mysql-crud
├── client # Frontend, Angular project
│ └── ...
├── database # Latest version of the DB SQL file
│ └── database.vx.sql
└── server # Backend, Node project
└── ...
If dependencies are already installed, continue to step 3.
npm install
ng serve
If dependencies are already installed, continue to step 3.
npm install
npm run build
npm run dev
Contributors to this repository should also be part of TlacuBazar in Trello
git clone https://github.com/AngieGE/Tlacubazar.git
Change to the repository directory on your computer (if you are not already there):
cd TlacuBazar
Now crate a branch using git checkout -b
. Branch names should be named dev/<username>
if they are going have code and/or files to be merged with master.
For example:
git checkout -b dev/epicLevi
git push origin <branch-name>
5.1. If you go to your repository on GitHub, you'll see a Compare & pull request
button. Click on that button.
5.2. Now submit the pull request.