My React Animation Studies
This is my first approach to react, with react animation.
I dont looked up for best practices, doing it my way.
After read about Presentational and Container Components, i decided to re-write study 1,
following some best practices.
$ git clone git@ithub.com:guiceolin/react-animation.git
$ cd react-animation
$ yarn install && webpack && bin/server
Then select study on http://localhost:9090
NOTE: bin/server
requires ruby installed on machine.
If you want to use another server, just point it to public
folder.
To generate JS's maps, just pass -d
flag to webpack
command.
# fisrt tab/window
$ bin/server
# another tab/window
$ webpack -d --watch