0.0.11 • Published 3 years ago

dcx-ui v0.0.11

Weekly downloads
5
License
MIT
Repository
github
Last release
3 years ago

dcx-ui Build Status

HTML user interface for the Behringer Ultradrive Pro / DCX2496.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode. See the section about running tests for more information.

npm run build

Builds the app for production to the dist folder. It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.

Serving the files with Express

const express = require('express');
const app = express();
const port = 3000;

app.use(express.static(__dirname + '/node_modules/dcx-ui/dist/'));
app.listen(port, () => console.log(`Server listening at http://localhost:${port}`));
0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago