https://github.com/marko-js/examples
https://github.com/marko-js/examples
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marko-js/examples
- Owner: marko-js
- Created: 2019-10-29T21:18:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-03T17:31:35.000Z (6 months ago)
- Last Synced: 2025-01-13T01:48:43.115Z (5 months ago)
- Size: 813 KB
- Stars: 55
- Watchers: 6
- Forks: 36
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
MarkoJS Examples
## Getting Started
### Step 1```console
foo@bar:$ npx @marko/create my-app
```This command will give you a selection of examples to pick from.
### Step 2
After picking a example, it will be downloaded and all dependencies will be installed.
For most examples, you can quickly get up and running by using the following command:```console
foo@bar:$ cd ./my-app
foo@bar:$ npm run dev
```If this command is missing, review the `README.md` for the chosen example.
## Additional Resources
- [marko-cli](https://github.com/marko-js/marko-cli)
- [marko-serve](https://github.com/marko-js/cli/blob/master/packages/serve/README.md)