Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lowdefy/lowdefy-example-node
https://github.com/lowdefy/lowdefy-example-node
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lowdefy/lowdefy-example-node
- Owner: lowdefy
- Created: 2021-08-26T08:43:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-06T07:23:11.000Z (about 3 years ago)
- Last Synced: 2023-03-04T00:22:34.515Z (over 1 year ago)
- Size: 157 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A production Lowdefy server that runs using Node.js is published on npm as [@lowdefy/server-node](https://www.npmjs.com/package/@lowdefy/server-node).
## Running the server
### Step 1 - npm install
Run:
```
npm install
```### Step 2 - Build the Lowdefy project
Build the Lowdefy configuration files in the project by running:
```
npm run build
```### Step 4 - Start the server
To start the server, run:
```
npm run start
```