Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/availity/availity-starter-typescript
Starter React Application using @availity/workflow with TypeScript
https://github.com/availity/availity-starter-typescript
react typescript web workflow
Last synced: about 1 month ago
JSON representation
Starter React Application using @availity/workflow with TypeScript
- Host: GitHub
- URL: https://github.com/availity/availity-starter-typescript
- Owner: Availity
- Created: 2019-10-11T17:58:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-05T19:21:13.000Z (6 months ago)
- Last Synced: 2024-07-06T00:45:50.093Z (6 months ago)
- Topics: react, typescript, web, workflow
- Language: TypeScript
- Homepage:
- Size: 858 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Availity Starter Typescript
> Simple Template Project For React Web Apps on the Availity Portal using Typescript
## Resources
The following are links to documentation for building an app at Availity
- [Availity GitHub Repositories](https://github.com/Availity)
- [Availity Element (Component Library)](https://availity.github.io/element/?path=/docs/element--docs)
- [Availity Workflow Tutorial](https://availity.github.io/availity-workflow/)
- [Availity Component Docs](https://availity.github.io/availity-react/)
- [Availity JavaScript SDK Docs](https://availity.github.io/sdk-js/)## Usage
### Running the App
Install the dependencies and run the app
```bash
yarn
yarn start
```