Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukaszkups/raita-v01
Static site generator with web interface
https://github.com/lukaszkups/raita-v01
expressjs expressjs-api javascript nodejs vuejs vuejs2
Last synced: about 1 month ago
JSON representation
Static site generator with web interface
- Host: GitHub
- URL: https://github.com/lukaszkups/raita-v01
- Owner: lukaszkups
- License: mit
- Created: 2017-10-05T11:29:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T10:55:22.000Z (over 1 year ago)
- Last Synced: 2024-05-01T15:37:56.057Z (7 months ago)
- Topics: expressjs, expressjs-api, javascript, nodejs, vuejs, vuejs2
- Language: JavaScript
- Size: 1.82 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# raita (writer, jap. ライター)
Static site generator with web interface## First run
Enter the `/api` folder and run:
```
npm install
```Then you can start api server:
```
node api/server.js
```