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
- Host: GitHub
- URL: https://github.com/rtlevy/plotter2
- Owner: rtlevy
- License: mit
- Created: 2018-01-13T05:31:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-29T16:42:23.000Z (over 8 years ago)
- Last Synced: 2024-05-31T21:22:46.454Z (about 2 years ago)
- Language: TypeScript
- Homepage: https://www.raphaellevy.com/chargesIntro.html
- Size: 74.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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