Manifold Studio App – Typescript Create React App Template
Typescript Create React App template for Manifold Studio Apps.
Technologies list
Install
To use this template for your app you can run:
npx create-react-app my-app --template @manifoldxyz/cra-template-studio-app-typescript
or
yarn create react-app my-app --template @manifoldxyz/cra-template-studio-app-typescript
Project Structure
This is the structure of the files in the template:
│
├── public
├── src
│ ├── components
│ ├── pages
│ ├── tests
│ ├── App.tsx
│ ├── index.tsx
│ ├── react-app-env.d.ts
│ └── setupTests.ts
├── .gitignore
├── package.json
├── README.md
└── tsconfig.json
📖 Resources
// TODO: studio app docs links
This package includes scripts and configuration used by Create React App.
Please refer to its documentation: