Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redwoodjs/redwood-tutorial
The end state after completing the RedwoodJS introduction tutorial
https://github.com/redwoodjs/redwood-tutorial
hacktoberfest
Last synced: about 23 hours ago
JSON representation
The end state after completing the RedwoodJS introduction tutorial
- Host: GitHub
- URL: https://github.com/redwoodjs/redwood-tutorial
- Owner: redwoodjs
- Created: 2020-10-07T21:47:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T20:03:28.000Z (19 days ago)
- Last Synced: 2024-12-16T00:52:26.919Z (6 days ago)
- Topics: hacktoberfest
- Language: JavaScript
- Homepage: https://redwoodjs.com/tutorial
- Size: 5.74 MB
- Stars: 40
- Watchers: 8
- Forks: 110
- Open Issues: 22
-
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
```