0.1.3 • Published 5 years ago

@simlify/simlify v0.1.3

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

CircleCI Maintainability lerna

Simlify

Simplify your IoT Simulations.

npm.io

Developer

NodeJS has to be installed on your computer to start the program. Then follow these steps:

Starting the whole application at once

  1. Install development dependencies
npm install
  1. Install dependencies and start the whole application
npm start
  1. Access the dashboard http://localhost:8080

Starting the client and server individually (with webpack-dev-server)

  1. Install development dependencies
npm install
  1. Install dependencies
lerna bootstrap
  1. Build server and client
lerna run build
  1. Start server
cd packages/server
npm run start
  1. Start client with webpack-dev-server:
cd ../../packages/server
npm run dev

or with nodeJS

cd ../../packages/server
npm start

Misc

You can access the swagger interface for the API with http://localhost:8080/api-docs

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.4-a1

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago