Skip to content

Files

Latest commit

12c5d0c · Jan 31, 2017

History

History
11 lines (8 loc) · 387 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 387 Bytes

ReactNode

Example of React and Node implementation. It might me used as boilerplate.

Installation and Startup

  1. Run npm install
  2. Install global packages that might be missing.
  3. Run npm run start. It will start nodejs server.
  4. Run npm run build. It will build client side files using webpack and will watch for the changes.
  5. Open http://localhost:1234