Skip to content

Commit

Permalink
updated ReadMe documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjeetkumaritoutlook committed Oct 16, 2024
1 parent bc50aa9 commit 4a2b545
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ https://blog.weareredlight.com/the-rise-of-functional-components-react-v16-7-0-n

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

# Create new React App in Typescript
npx create-react-app my-app --template typescript

https://builtin.com/software-engineering-perspectives/create-react-app-typescript

# create React component in typescript
https://react.dev/learn/typescript

## Available Scripts

In the project directory, you can run:
Expand Down
4 changes: 2 additions & 2 deletions src/fluid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ export const fluid = {
},
external: {
label: 'External',
esm: 'https://dsfe50dspcxki.cloudfront.net/fluid/build/fluid.esm.js',
legacy: 'https://dsfe50dspcxki.cloudfront.net/fluid/build/fluid.esm.js',
esm: 'https://fluid.libertymutual.com/fluid/build/fluid.esm.js',
legacy: 'https://fluid.libertymutual.com/fluid/build/fluid.esm.js',
},
},
init: (fluid: FluidEnvironment, opts?: any) => {
Expand Down

0 comments on commit 4a2b545

Please sign in to comment.