Skip to content

HackYourFuture/OOP-Student-and-Teacher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OOP Project in ES6

What we learn:

  • How to create object in ES6
  • How to extend
  • How to compile ES6
  • How to split the project in multiple files
// This to install
npm install
// This is to compile
npm run build
// To run the code
node ./lib/index.js

Releases

No releases published

Packages

No packages published