Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angelmunoz/expressive
A getting started with F# and Express
https://github.com/angelmunoz/expressive
express fable-javascript fable3 fable4 fsharp node nodejs template
Last synced: about 2 months ago
JSON representation
A getting started with F# and Express
- Host: GitHub
- URL: https://github.com/angelmunoz/expressive
- Owner: AngelMunoz
- Created: 2021-07-25T18:06:50.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-14T14:48:19.000Z (over 2 years ago)
- Last Synced: 2024-10-11T19:13:19.813Z (2 months ago)
- Topics: express, fable-javascript, fable3, fable4, fsharp, node, nodejs, template
- Language: F#
- Homepage:
- Size: 12.7 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fable With Express
## Run
```bash
dotnet tool restore
pnpm install # or npm install
npm start
```