Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiyoponn/next-app-rescript
✨ A very basic next app router with rescript.
https://github.com/kiyoponn/next-app-rescript
nextjs rescript
Last synced: 28 days ago
JSON representation
✨ A very basic next app router with rescript.
- Host: GitHub
- URL: https://github.com/kiyoponn/next-app-rescript
- Owner: Kiyoponn
- Created: 2024-06-06T10:09:34.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T21:20:38.000Z (3 months ago)
- Last Synced: 2024-08-20T01:04:24.204Z (3 months ago)
- Topics: nextjs, rescript
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a very basic [Next.js](https://nextjs.org/) and [ReScript](https://rescript-lang.org/) app.
## Getting Started
First, run the development servers:
- Start the `ReScript` compiler
```bash
pnpm res:dev
```- Start the `Next.js` app
```bash
pnpm dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.