Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

yycjs/perfect-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The ${perfect} JavaScript project

At this meetup we will have a look at the most recent best practises for setting up and maintaining a JavaScript open source project and why you should run your own projects the same way - even if it isn't open source.

We will look at

  • Git and GitHub
  • Feature branches, versioning and milestones
  • Pull requests and code review
  • Build steps
  • Code quality checking
  • Folder layout
  • Continuous integration
  • Deployment