https://github.com/dekal/dtt-react-js
https://github.com/dekal/dtt-react-js
docker javascript reactjs redux thunk
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dekal/dtt-react-js
- Owner: DeKal
- Created: 2019-12-05T07:51:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T21:20:22.000Z (almost 6 years ago)
- Last Synced: 2025-07-10T18:22:22.126Z (11 months ago)
- Topics: docker, javascript, reactjs, redux, thunk
- Language: JavaScript
- Size: 5.37 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This is front end for Doan thi truong App
#######################################################
Git basic instruction
#######################################################
1. Clone code from Bitbucket
2. Modify code
3. git add .
4. git commit -m "[Task-ID] Message"
5. git branch Task-ID
6. git checkout Task-ID
7. git push origin Task-ID
#Then open bit bucket, merge request into develop branch
#######################################################
Build
#######################################################
1. Install modules from package.json
npm install
2. Build webpack to target folder
npm run webpack
3. Run app on localhost
npm start