Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ixoncloud/app-bulk-firmware-upgrade


https://github.com/ixoncloud/app-bulk-firmware-upgrade

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# IXON Bulk Firmware Upgrade

Welcome to the workspace for developing the backend and frontend component for the IXON Bulk Firmware Upgrade.

## Basic information

Basic information on how to develop this app can be found in the workspace repositories.

- [Backend Component Workspace](https://github.com/ixoncloud/backend-component-workspace)
- [Component Workspace](https://github.com/ixoncloud/component-workspace)

## Getting started

To get started, download this project as a ZIP, and extract it to your desired location.

To run the project, no additional commands are required, as this is automatically sets up your virtual environment and installs dependencies.

You will need 2 terminals
```sh
# Run the backend
make run
```

```sh
# Run the frontend
npm install
npx cdk simulate frontend
```