Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 446 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 446 Bytes

Total.js + React

Installation

  1. Install the total.js in project directory
npm install total.js
  1. Install the dependencies in /client
npm install
  1. run webpack for React.js. Bundled files will be copied to /public directory
npm run webpack
  ```

5. Start the server from the root directory of project

node server ```

  1. Visit http://localhost:8000