2.1.0 • Published 8 years ago

dink-interface v2.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

Dink Dink Web Interface

Build Process:

  1. npm install to install project dependencies
  2. npm install webpack -g if you don't have webpack available as a global module
  3. NODE_ENV=production webpack to transpile and bundle application assets. Webpack uses the node env flag to switch between app entry points. This prevents regular builds from attempting to open a websocket with a dev server.

React Hot Loading && REST API Server

  1. nodemon server/index.js to start the development server. Default port is 9090. Port can be changed with PORT env variable.
  2. node server/dev-server.js to start the webpack dev server with react hot loader.
2.1.0

8 years ago

2.0.0

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago