satelllte / nextjs-wasm

Next.js with WebAssembly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js with WebAssembly

StandWithUkraine

Next.js-based web application template with WebAssembly module written in Rust programming language.

Try in Gitpod

Open in Gitpod

Open in Remote - Containers

Prerequisites

Getting Started

Install dependencies:

npm install

Compile WebAssembly:

npm run build:wasm

Run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Build for Production

npm run build:wasm # if wasn't built yet
npm run build

About

Next.js with WebAssembly

License:MIT License


Languages

Language:TypeScript 62.0%Language:CSS 20.3%Language:Dockerfile 9.4%Language:Rust 5.1%Language:JavaScript 2.8%Language:Shell 0.5%