Socket
Book a DemoInstallSign in
Socket

dink-interface

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

dink-interface

Web interface for dink-dink dev server.

latest
Source
npmnpm
Version
2.1.0
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Dink Dink Web Interface

Build Process:

  • npm install to install project dependencies
  • npm install webpack -g if you don't have webpack available as a global module
  • 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

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

FAQs

Package last updated on 12 Jan 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts