Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/divs1210/meteor-react-todo
- Owner: divs1210
- License: mit
- Created: 2024-04-02T13:34:20.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-10T11:13:52.000Z (7 months ago)
- Last Synced: 2024-04-10T12:28:32.712Z (7 months ago)
- Language: JavaScript
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)