https://github.com/sloev/bpm-tracker
https://github.com/sloev/bpm-tracker
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sloev/bpm-tracker
- Owner: sloev
- License: mit
- Created: 2022-08-19T09:21:01.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-19T10:28:59.000Z (almost 4 years ago)
- Last Synced: 2025-07-02T23:35:40.808Z (about 1 year ago)
- Language: JavaScript
- Size: 5.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Installation
```shell
git clone https://github.com/webmaxru/bpm-counter.git
cd bpm-counter
npm install
# Installing tools for Static Web Apps and Azure Functions
npm install -g @azure/static-web-apps-cli
npm install -g azure-functions-core-tools@3 --unsafe-perm true
```
### Starting local development server
```shell
# Instead of CRA's "npm start" we use SWA CLI's command to start everything at once
swa start http://localhost:3000 --run "npm start" --api-location ./api
```