Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/konnorrogers/react-ts-ject
https://github.com/konnorrogers/react-ts-ject
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/konnorrogers/react-ts-ject
- Owner: KonnorRogers
- Created: 2022-06-23T20:30:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-24T19:20:41.000Z (over 1 year ago)
- Last Synced: 2024-10-24T06:02:39.100Z (20 days ago)
- Language: TypeScript
- Size: 230 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```