Frontend project to calculate n-dilations of a matrix using this web assembly.
This project is licensed under the terms of the MIT license.
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.
- React (with styled-components)
- Webpack
- Jest