Skip to content

stremlenye/Tasks4Squares.client

Repository files navigation

#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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published