Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```