Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/novuhq/redwoodjs-quickstart
A Novu <> RedwoodJs demo app
https://github.com/novuhq/redwoodjs-quickstart
email-notifications in-app-notifications notifications redwoodjs redwoodjs-notifications workflows
Last synced: about 1 month ago
JSON representation
A Novu <> RedwoodJs demo app
- Host: GitHub
- URL: https://github.com/novuhq/redwoodjs-quickstart
- Owner: novuhq
- Created: 2023-09-24T05:46:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-29T20:11:00.000Z (10 months ago)
- Last Synced: 2024-02-29T21:29:02.186Z (10 months ago)
- Topics: email-notifications, in-app-notifications, notifications, redwoodjs, redwoodjs-notifications, workflows
- Language: JavaScript
- Homepage: https://novu-redwoodjs-blog.netlify.app
- Size: 6 MB
- Stars: 3
- Watchers: 8
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redwood Tutorial App
This repo represents the final state of the app created during the [Redwood Tutorial](https://redwoodjs.com/tutorial).
It is meant to be a starting point for those working on the second half of the Tutorial, starting at the [Intermission](https://redwoodjs.com/docs/tutorial/intermission).This repo contains much more styling than the one we built together in the tutorial, but is functionally identical.
## Setup
The [tutorial itself](https://redwoodjs.com/docs/tutorial/chapter1/prerequisites) contains instructions for getting this repo up and running, but here is a summary of the commands:
```bash
git clone https://github.com/redwoodjs/redwood-tutorial
cd redwood-tutorial
yarn install
yarn rw prisma migrate dev
yarn rw prisma db seed
yarn rw dev
```