Monadical-SAS/redux-time

Organize examples into folders

Closed this issue · 0 comments

I think is better organized if we group up the examples files in folders.

Now is:

examples/
    ball.html
    ball.js
    demo.html
    demo.js
    ...

Better:

examples/
    ball/
        ball.html
        ball.js
    demo/
        demo.html
        demo.js