Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ybiquitous/pwa-hackathon
https://github.com/ybiquitous/pwa-hackathon
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ybiquitous/pwa-hackathon
- Owner: ybiquitous
- License: mit
- Created: 2017-03-16T06:18:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-19T03:37:04.000Z (over 6 years ago)
- Last Synced: 2024-11-13T13:58:12.040Z (2 months ago)
- Language: JavaScript
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-web-server
## Requirement
- Node.js latest version
## Get Started
```sh
$ git clone https://github.com/ybiquitous/node-web-server.git
$ cd node-web-server
$ yarn
$ yarn dev
```Open .
## Start web server
``` sh
$ yarn start
```## Lint
``` sh
$ yarn lint
```