react-sigma/
README.md
node_modules/
package.json
public/ -- static content
src/ -- sources
sigma-src/ -- interface to sigma library
types/ -- types for @flow checking
- node.js 4+
- npm
Please note, distribution includes 'canvas-node' module suitable for running jsdom tests (sigma.js functionality). This package requires some global libraries dependencies to compile, please refer to canvas installation page for setup instructions.
Application is built with flow type checking embedded. But it requires flow-typed installed globally:
npm install -g flow-typed
flow-typed
In the project directory, you can run:
Runs the app's storyboard with component visualizations.
The page will reload if you make edits.
Launches the test runner in the interactive watch mode. See the section about running tests in create-react-app for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes. Your app is ready to be deployed!
Performs flow type check, highly recommended before starting build. Please note, all application custom types are stored in Component files (props and state descriptions) as well as under /types/ subdir.
This project was bootstrapped with Create React App.
Below you will find some information on how to perform common tasks. You can find the most recent version of this guide here.