Skip to content

kuzmialke-and-friends/visualization-front

Repository files navigation

Visualization Front

Build Status

Overly Dramatic Youtube Preview Since the app is not deployed to production the V1 can be checked out as a video preview.

Note: I didn't mean to record sound, but I guess the preview is overly dramatic now. Note: app takes long time to fetch as it's fairly unoptimized

Table of Contents

Core Concepts

Visualization Front is a React app that uses D3 to visualize data. It uses Visualization API to fetch data, prepare and configure it so VF can render proper visualizations.

// TODO: define concepts in more detail

It can be previewed as a Lambda, but it is not currently deployed as such. In special cases we can deploy it for a short while if there is interest to preview. It might be slow at start as Heroku services warm up.

It was created thanks to the Serverless React Boilerplate.

Getting started

For local testing run the following command and open your web browser at http://localhost:4000/dev (with dev being the stage name configured in your serverless.yml).

BACKEND_URL=https://knf-visualization-api.herokuapp.com npm start

Testing is set up as well, using Jest and will execute all *.test.ts and *.test.tsx ffiles in the src/ directory:

npm test

To deploy run:

npx sls deploy

To remove all AWS resources again run:

npx sls remove

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published