Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benadamstyles/rescript-example-project
Example base ReScript project used for blog posts etc
https://github.com/benadamstyles/rescript-example-project
Last synced: 7 days ago
JSON representation
Example base ReScript project used for blog posts etc
- Host: GitHub
- URL: https://github.com/benadamstyles/rescript-example-project
- Owner: benadamstyles
- Created: 2021-02-16T21:39:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-18T09:16:08.000Z (almost 4 years ago)
- Last Synced: 2024-12-19T19:48:22.875Z (22 days ago)
- Language: ReScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReScript Project Template
The only official ReScript starter template.
## Installation
```sh
npm install
```## Build
- Build: `npm run build`
- Clean: `npm run clean`
- Build & watch: `npm run start`## Run
```sh
node src/Demo.bs.js
```