Development
This page is dedicated to development installation for
- Desktop app
- Server app
Desktop app
There are two ways to start development server of desktop app
Plain installation
Development
- Clone Flexbench repo
- After cloning the repo change directory
cd desktop-app - Install dependency
npm run install-dep
Development
Start development server
for linux-mac
npm run devfor windows
npm run w-dev
Server app
Prerequisites
- NodeJs
- npm / yarn
- MongoDB
- Docker (only if using the docker to start server)
- docker-compose
Below three steps are common for all
- Clone Flexbench repo
- After cloning the repo change directory
cd server-app - Install dependenciesor
npm iyarn install
Plain installation
- start development server
npm run dev
Docker installation
- start production server in docker container
for linux / macosfor windows
npm run docker-devnpm run docker-wdev