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

https://github.com/rtlevy/plotter2

Vector field plotter for React and Canvas
https://github.com/rtlevy/plotter2

Last synced: about 1 year ago
JSON representation

Vector field plotter for React and Canvas

Awesome Lists containing this project

README

          

# Plotter 2

## Building

In the project directory, run:

npm install
npm run build

This will compile the TypeScript sources and create a bundle script. Alternatively, you can also run

npm install
npm run watch

to start the Webpack watcher service, which will build the project as changes are made to files.

## Running

You can start a node server to serve the contents of the `client/public` directory by running

npm start