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

https://github.com/razshare/node-raspberrypi


https://github.com/razshare/node-raspberrypi

Last synced: over 1 year ago
JSON representation

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.