Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/divs1210/meteor-react-todo

Simple Meteor project with SSR and routing
https://github.com/divs1210/meteor-react-todo

Last synced: about 5 hours ago
JSON representation

Simple Meteor project with SSR and routing

Awesome Lists containing this project

README

        

# meteor-react-todo

Full-stack reactive webdev starter template.

## Includes:

- TypeScript
- user authentication
- server side rendering
- client side routing

## Install

Meteor requires `node 14`, which can be installed via [nvm](https://github.com/nvm-sh/nvm):

```
$ nvm install 14
$ nvm use 14
$ meteor npm install
```

## Run

```
$ meteor
```

## License
[MIT](/LICENSE)