Skip to content

A small web app I wrote to practice TypeScript and Next.js

License

Notifications You must be signed in to change notification settings

ttaiv/laplace-equation-app

Repository files navigation

Laplace's equation app

This is a small interactive app for learning some basics of Laplace's equation and visualizing its fundamental solution.

This is a Next.js project bootstrapped with create-next-app.

Running the app

Install dependencies:

npm install

Run the development server (compiling routes can take some time):

npm run dev

Or run the production build (good performance):

npm run build
npm run start

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

About

A small web app I wrote to practice TypeScript and Next.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published