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
- Host: GitHub
- URL: https://github.com/hackyourfuture/oop-student-and-teacher
- Owner: HackYourFuture
- Created: 2017-04-24T20:36:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-24T20:52:12.000Z (about 9 years ago)
- Last Synced: 2025-03-04T19:30:13.844Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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
```