Skip to content

fjcoding/AT14

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AT14

Coding - Dev fundamentals

Goal

  • Learn basics for software development

Course content

  • Learn and use a Version Control System (Git)
  • Coding Best practices and clean code, OOP
  • TDD and code coverage

Tools

  • Git
  • Node js
  • Text editor: VS Code, Sublime, Notepad++ or IDE (Netbeans, Eclipse)
  • Optional: git client

Unit testing

Run

  1. npm init
  2. npm install --save-dev jest
  3. Add .babelrc with the following content
{
    "env": {
        "test": {
           "plugins": ["@babel/plugin-transform-modules-commonjs"]
        }
    }
}
  1. npm install --save-dev @babel/plugin-transform-modules-commonjs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published