An open API service indexing awesome lists of open source software.

https://github.com/hackyourfuture/oop-student-and-teacher

OOP Student Teacher
https://github.com/hackyourfuture/oop-student-and-teacher

Last synced: 28 days ago
JSON representation

OOP Student Teacher

Awesome Lists containing this project

README

          

# 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
```