This project was bootstrapped with Create React App and Express Generator.
Runs the app in the development mode.
Open FrontEnd:http://localhost:3000 & BackEnd:http://localhost:5000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
- Clone the project
- HTTPS:
git clone https://github.com/RieGan/azac.git - SSH:
git clone git@github.com:RieGan/azac.git
- HTTPS:
- Go into the project directory
cd azac/client - Install Dependencies
npm install - Create or edit components
- assets:
src/assets/* - components:
src/components/ - page:
src/layouts/ - routing:
src/index.js - variables:
src/variables
- assets:
- Create new branch
git checkout -b <branch_name>
Look at this "Git Branch Naming Convention". - Commit changes
git commmit -a -m "<commit_message>"
or- add files:
git add <files> - commit:
git commit -m "<commit_message>"\
- add files:
- Push to remote repository
git push origin <branch_name> - create pull request to master
- Wait for review
- Reviewed & merged to master
- Change branch to master and rebase
git checkout master
git pull --rebase origin master - repeat from 3 if
package.jsonchanged, otherwise repeat from 4
- Clone the project
- HTTPS:
git clone https://github.com/RieGan/azac.git - SSH:
git clone git@github.com:RieGan/azac.git
- HTTPS:
- Go into the project directory
cd azac/api - Install Dependencies
npm install - Create or edit module
- variables:
variables/* - routes(func):
routes/* - routes(main):
bin/www
- variables:
- Create new branch
git checkout -b <branch_name>
Look at this "Git Branch Naming Convention". - Commit changes
git commmit -a -m "<commit_message>"
or- add files:
git add <files> - commit:
git commit -m "<commit_message>"\
- add files:
- Push to remote repository
git push origin <branch_name> - create pull request to master
- Wait for review
- Reviewed & merged to master
- Change branch to master and rebase
git checkout master
git pull --rebase origin master - repeat from 3 if
package.jsonchanged, otherwise repeat from 4
Ganjar |
Alfa |
Rizaldi |