@simlify/simlify
v0.1.3
Published
[![CircleCI](https://circleci.com/gh/simlify/simlify/tree/master.svg?style=svg)](https://circleci.com/gh/simlify/simlify/tree/master) [![Maintainability](https://api.codeclimate.com/v1/badges/a99a88d28ad37a79dbf6/maintainability)](https://codeclimate.com
Downloads
11
Maintainers
Readme
Simlify
Simplify your IoT Simulations.
Developer
NodeJS has to be installed on your computer to start the program. Then follow these steps:
Starting the whole application at once
- Install development dependencies
npm install
- Install dependencies and start the whole application
npm start
- Access the dashboard http://localhost:8080
Starting the client and server individually (with webpack-dev-server)
- Install development dependencies
npm install
- Install dependencies
lerna bootstrap
- Build server and client
lerna run build
- Start server
cd packages/server
npm run start
- 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