Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.