https://github.com/kentcdodds/full-stack-components
https://github.com/kentcdodds/full-stack-components
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kentcdodds/full-stack-components
- Owner: kentcdodds
- License: other
- Created: 2022-10-21T03:52:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-31T23:18:49.000Z (over 3 years ago)
- Last Synced: 2025-04-23T00:08:32.620Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 1.93 MB
- Stars: 75
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Full Stack Components
This is a repo for [a talk](https://kentcdodds.com/talks) and
[a blog post](https://epicweb.dev/full-stack-components) by
[Kent C. Dodds](https://twitter.com/kentcdodds)
## Follow along
If you'd like to follow along, start by getting this running locally with the
following terminal commands:
```sh
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`