From eaf1998727534943f146e9dfbd2bf1f21463b670 Mon Sep 17 00:00:00 2001 From: Elias F Date: Tue, 2 Jan 2024 15:07:24 +0100 Subject: [PATCH] improve Template readme's --- react-js/README.md | 2 +- react-ts/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/react-js/README.md b/react-js/README.md index a8c8aab..6891734 100644 --- a/react-js/README.md +++ b/react-js/README.md @@ -9,7 +9,7 @@ If you don't know how react.js works, you should use the [vanilla js](https://gi ## Developing the app -1. Run `npm dev` +1. Run `npm run dev` 2. Go to `http://localhost:3000` in your browser to see the app in your browser. 3. Comment out line 16 and uncomment line 17 in client.lua. 4. Refresh and ensure the resource diff --git a/react-ts/README.md b/react-ts/README.md index 7289730..88ddb51 100644 --- a/react-ts/README.md +++ b/react-ts/README.md @@ -9,7 +9,7 @@ If you don't know how react.js works, you should use the [vanilla js](https://gi ## Developing the app -1. Run `npm dev` +1. Run `npm run dev` 2. Go to `http://localhost:3000` in your browser to see the app in your browser. 3. Comment out line 16 and uncomment line 17 in client.lua. 4. Refresh and ensure the resource