https://github.com/razshare/node-raspberrypi
https://github.com/razshare/node-raspberrypi
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/razshare/node-raspberrypi
- Owner: razshare
- License: mit
- Created: 2023-05-19T16:03:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-19T20:51:59.000Z (about 3 years ago)
- Last Synced: 2025-03-01T00:56:13.197Z (over 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Getting started
Clone this repository and install its dependencies:
```bash
git clone https://github.com/tncrazvan/node-starter.git
cd node-starter
npm install
```
Start writing your code in `src/main.ts`.
`npm run build` builds the application to `dist/main.js`.
`npm start` build the application and launches it.
`npm run build:all` builds your whole application to one standalone `dist/app.js` file.