Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 624 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 624 Bytes

n-dilation-frontend

Frontend project to calculate n-dilations of a matrix using this web assembly.

This project is licensed under the terms of the MIT license.

Usage

Prerequisites: Node.js version 10 or later installed and Golang version 1.13 installed.

Use npm i to install all dependencies.

Use npm run dev to start a development server. The page will be available on http://localhost:3000.

Use npm test to run the unit tests.

Check package.json for all configured scripts.

Used Frameworks

  • React (with styled-components)
  • Webpack
  • Jest