https://github.com/roboticsbrno/jaculus_example_project
https://github.com/roboticsbrno/jaculus_example_project
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/roboticsbrno/jaculus_example_project
- Owner: RoboticsBrno
- Created: 2021-10-19T15:30:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-19T15:33:50.000Z (over 4 years ago)
- Last Synced: 2025-02-08T23:26:09.305Z (over 1 year ago)
- Language: Python
- Size: 65.4 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example npm project for use with Jaculus
This is an npm project configure with some stuff in order to build JS for Jaculus runtime.
* TypeScript
* Babel (transpile new features)
* Webpack (pack into a single file without imports)
## How to use
You need NodeJS runtime and npm installed on your machine.
* After pulling this repo, run `npm install` to install dependencies.
* `npm run build` to build the packed js file in `dist/main.js`
* `npm run upload` to build and upload the file to ESP32