Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/keller-mark/compsci279r-hw6


https://github.com/keller-mark/compsci279r-hw6

Last synced: about 2 months ago
JSON representation

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/.