Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 308 Bytes

File metadata and controls

31 lines (17 loc) · 308 Bytes

Method

Create a repository

Github, public

Setup

Use a SDK tool:

  • java : [sdkman]
  • js: [nvm]

Bootstrap

Use init :

  • java: gradle --init
  • js: npm --init

Run application

Add a test framework

Write a failing test

Fundamentals

Create fundamentals folder

Add automated test on