Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mvsde/miyagi-minimal
Minimal setup for miyagi for debugging purposes
https://github.com/mvsde/miyagi-minimal
Last synced: 30 days ago
JSON representation
Minimal setup for miyagi for debugging purposes
- Host: GitHub
- URL: https://github.com/mvsde/miyagi-minimal
- Owner: mvsde
- Created: 2021-10-05T09:57:21.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-25T18:43:03.000Z (4 months ago)
- Last Synced: 2024-06-25T20:36:16.678Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 307 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# miyagi minimal setup
## Requirements
* [Node.js](https://nodejs.org/)
## Installation
```sh
npm install
```## Usage
```sh
# Start dev server
npm run start# Create static build
npm run build
```