Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smonn/reach-typescript-example
https://github.com/smonn/reach-typescript-example
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/smonn/reach-typescript-example
- Owner: smonn
- Created: 2021-04-27T15:03:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-22T16:32:03.000Z (over 3 years ago)
- Last Synced: 2023-03-11T01:52:03.084Z (almost 2 years ago)
- Language: TypeScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample @reach-sh/stdlib project with TypeScript
A small example from the Reach Rock-Paper-Scissors tutorial with a TypeScript frontend.
## Prerequisites
1. [Node.js][node] (optionally [Yarn][yarn])
1. [Reach][reach]
1. [PureStake developer account][purestake]## How to run
1. Configure your `.env` file by using `.env.example` as a base.
1. Install dependencies with `yarn install` or `npm install`.
1. Build project with `yarn build` or `npm run build`.
1. Run with `yarn start` or `npm start`.[node]: https://nodejs.org/en/
[reach]: https://docs.reach.sh/install.html
[purestake]: https://developer.purestake.io/signup
[yarn]: https://classic.yarnpkg.com/lang/en/