#Task4Squares.client
One page web application, build using React
##Run First of all you should install npm, of course :). Npm packages than.
> npm install
Task4Squares web client uses webpack for module bundling, including js, css, less and images.
Run webpack before starting http server:
> webpack
Now you could start any http server you like, for example:
> python -m SimpleHTTPServer 8000
But if you want to get all the opportunities of hot reloading, plz, use [node](http://nodejs.org NodeJs official page) server
> node server