An open API service indexing awesome lists of open source software.

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

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