Skip to content

weber77/dt-collect-web-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dt-collect-web-client

Getting Started

Setting up your enviroment

Starting a new project

Get the latest version of the project

  • git fetch upstream
  • git checkout master
  • git pull upstream master
  • Create a new branch starting from that newly updated main branch, and link it to your GitHub fork.
  • git checkout -b MyNewIssue
  • git push --set-upstream origin MyNewIssue
  • Make your changes, commit them, and push them to your fork make changes
  • git commit -a
  • write a good commit message
  • git push

Run the poject

npm run start or yarn start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.1%
  • HTML 19.5%
  • CSS 10.4%