rhenaldkarrel / full-stack-components

Trying remix and creating a full stack component.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Full Stack Components

This is a repo for a talk and a blog post by Kent C. Dodds

Follow along

If you'd like to follow along, start by getting this running locally with the following terminal commands:

git clone https://github.com/kentcdodds/full-stack-components.git
cd ./full-stack-components
npm run setup

You'll be working within the app in apps/01-before/. Most of the work will be in apps/01-before/app/routes/resources/customers.tsx, but you'll also need to make a small change in apps/01-before/app/routes/__app/sales/invoices/new.tsx.

To run the dev server for the 01-before app, run node dev 1 in the root directory of this repo.

To login:

  • Email: kody@kcd.dev
  • Password: kodylovesyou

About

Trying remix and creating a full stack component.

License:Other


Languages

Language:TypeScript 92.8%Language:JavaScript 7.1%Language:Shell 0.1%