Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 548 Bytes

File metadata and controls

22 lines (15 loc) · 548 Bytes

🚀 javascript-bootcamp

A javascript bootcamp for advance programming with a javascript.

This javascript bootcamp training repo uses:

  • npm - node package manager
  • eslint - linter
  • jest - testing library
  • flow - static typing

Prerequisites

  • Node v8.9.1 or greater

Installation

$ git clone https://github.com/jabdul/javascript-bootcamp.git
$ cd <javascript-bootcamp>
$ npm install