Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rohit-lakhanpal/aa07a4792e1f5571f42def9c59754ab7 to your computer and use it in GitHub Desktop.
Save rohit-lakhanpal/aa07a4792e1f5571f42def9c59754ab7 to your computer and use it in GitHub Desktop.
Create-React-App with material-ui for typescript

Create React App example with TypeScript

How to use

Download the example or clone the repo:

curl https://codeload.github.com/mui-org/material-ui/tar.gz/master | tar -xz --strip=2 material-ui-master/examples/create-react-app-with-typescript
cd create-react-app-with-typescript

Install it and run:

npm install
npm start

or:

Edit on CodeSandbox

The idea behind the example

This example demonstrates how you can use Create React App with TypeScript.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment