Files
freeCodeCamp/client
Berkeley Martinez 4e12c45057 Add webpack cold reloading
On changes to the react bundle
webpack will store the current redux state
in localStorage, waits (to allow the server to restart)
then refreshes the page. On page load, it checks if it
has state stored and loads it into the app.
2016-07-28 23:39:17 -07:00
..
2016-03-03 17:53:33 -08:00
2016-07-28 23:39:17 -07:00
2015-09-10 16:59:27 -07:00
2015-12-03 15:09:52 -08:00
2016-07-28 23:39:17 -07:00
2016-07-27 12:52:40 -07:00
2015-11-29 16:28:32 -08:00
2016-01-04 12:16:26 +05:30

This is the entry point for the client code. Code that should run only on the client should be put here.

NOTE(berks): For react specific stuff this should be the entry point