adrianobrito / vaporwave

JSON server capable of support self-implemented REST API's
https://adrianobrito.github.io/vaporwave
MIT License
8 stars 3 forks source link

Move current implementation from ES5 to ES6 #3

Closed adrianobrito closed 7 years ago

adrianobrito commented 7 years ago

The vaporwave current implementation is only ES5. In order to use high level and modern JS tooling it's necessary to move current implementation to ES6.

This link can be used in order to help this migration process.