https://github.com/marko-js/examples
https://github.com/marko-js/examples
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marko-js/examples
- Owner: marko-js
- Created: 2019-10-29T21:18:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-07-14T15:42:53.000Z (11 months ago)
- Last Synced: 2025-07-14T20:01:30.064Z (11 months ago)
- Size: 813 KB
- Stars: 54
- Watchers: 5
- Forks: 39
- 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)