Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/konnorrogers/react-ts-ject


https://github.com/konnorrogers/react-ts-ject

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# Purpose

React project setup with Harmony Enablers + ts-jest,
bundled with Parcel.

Other options include [babel-jest](https://github.com/facebook/jest/tree/main/packages/babel-jest), and [@swc/jest](https://github.com/astridlyre/react-jest-parcel-starter/blob/404baf9790dc6ab25b6c397b0c30c8294ae6039a/package.json#L48-L50).

## Installation

```bash
npm run setup
npm install
```

## Getting started

```bash
npm run start
```

## Testing

```bash
npm run test
```