Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keller-mark/compsci279r-hw6
https://github.com/keller-mark/compsci279r-hw6
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/keller-mark/compsci279r-hw6
- Owner: keller-mark
- Created: 2022-10-14T20:26:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-14T21:47:53.000Z (about 2 years ago)
- Last Synced: 2024-10-11T15:17:49.282Z (3 months ago)
- Language: Svelte
- Homepage: https://keller-mark-compsci279r-hw6.meteorapp.com
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# compsci279r-hw6
## How to access hosted version
Navigate to https://keller-mark-compsci279r-hw6.meteorapp.com in a web browser.
## How to setup development environment
Run `meteor create`
```sh
meteor create --svelte simple-todos-svelte
```## How to run locally
Run the meteor client and server.
```sh
meteor run
```## How to deploy to Meteor Cloud / Galaxy
I used the following part of the tutorial to deploy my app.
https://svelte-tutorial.meteor.com/simple-todos/12-deploying.html
## Resources
The following tutorial was used to complete this assignment https://svelte-tutorial.meteor.com/simple-todos/.