https://github.com/wmalarski/marko-zag
https://github.com/wmalarski/marko-zag
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wmalarski/marko-zag
- Owner: wmalarski
- License: mit
- Created: 2023-11-09T22:46:48.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-31T19:14:07.000Z (over 1 year ago)
- Last Synced: 2025-07-08T01:56:57.207Z (3 months ago)
- Language: Marko
- Size: 254 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Thanks for checking out Marko
# Installation
```
npx @marko/create marko-app --template basic-ts
cd marko-app
npm install
npm run dev
```## Overview
This project is powered by [@marko/run](https://github.com/marko-js/run).
- Run `npm run dev` to start the development server
- Run `npm run build` to build a production-ready node.js server
- Run `npm run preview` to run the production server## Adding Pages
Pages map to the directory structure. You can add additional pages by creating files/directories under `src/routes` with `+page.marko` files. Learn more in the [`@marko/run` docs](https://github.com/marko-js/run/#file-based-routing).