Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 630 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 630 Bytes

#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