Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

The state of the app at the interval in the RedwoodJS tutorial - in TypeScript.

Notifications You must be signed in to change notification settings

rushabhhere/redwood-tutorial-ts

Repository files navigation

Redwood Tutorial App

This repo represents the state of the app at the interval created during the Redwood Tutorial. It is meant to be a starting point for those working on the second half of the Tutorial, starting at the Intermission.

This repo contains much more styling than the one we built together in the tutorial, but is functionally identical.

Setup

The tutorial itself contains instructions for getting this repo up and running, but here is a summary of the commands:

git clone https://github.com/redwoodjs/redwood-tutorial
cd redwood-tutorial
yarn install
yarn rw ts-to-js # if you wish to continue using JavaScript
yarn rw prisma migrate dev
yarn rw prisma db seed
yarn rw g secret
yarn rw dev

About

The state of the app at the interval in the RedwoodJS tutorial - in TypeScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published