Skip to content

Commit

Permalink
docs: update react start READMEs (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker authored Jan 13, 2025
1 parent 2d72110 commit c81ab7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion templates/react-starter/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Juno: React Starter Kit
# Juno: React Starter Kit - JavaScript

```sh
npm create juno@latest -- --template react-starter
Expand Down
6 changes: 3 additions & 3 deletions templates/react-ts-starter/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Juno: React Starter Kit
# Juno: React Starter Kit - TypeScript

```sh
npm create juno@latest -- --template react-starter
npm create juno@latest -- --template react-ts-starter
```

> 🧑‍🚀 **Seasoned dev?** Delete this file. Have fun!
![A screenshot of the starter kit](https://raw.githubusercontent.com/junobuild/create-juno/main/screenshots/screenshot-starter.png)

A starter kit developed for [Juno](https://juno.build) using [React](https://react.dev/).
A starter kit developed for [Juno](https://juno.build) using [React](https://react.dev/) and TypeScript.

## ✨ Links & Resources

Expand Down

0 comments on commit c81ab7a

Please sign in to comment.