parse-server-example
parse-server-example copied to clipboard
Change example to ES6 imports
- Changes example project to use
import / exportinstead ofrequire / module.exports - Bumps dependancies
This would be the first branch of #401. I'm thinking this would be what the other branches are based off.
Includes a better example page that actually uses the JS SDK, closing #396.
Moves code to src as per #397.
@sadortun @mtrezza feel free to let me know your thoughts 😃