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

https://github.com/codlocker/stackline-demo


https://github.com/codlocker/stackline-demo

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Getting Started with Create React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Stack

- [Typescript](https://www.typescriptlang.org/)
- [React with Redux](https://react-redux.js.org/)
- [React Bootstrap](https://react-bootstrap.netlify.app/)
- [ChartJS](https://www.chartjs.org/)
- [Axios](https://www.npmjs.com/package/axios)

## How to run?

- Live at [https://vercel.com/codlockers-projects/stackline-demo](https://vercel.com/codlockers-projects/stackline-demo)

- Create a .env file with the following as source URI for the data model (data.json)
- REACT_APP_SOURCE_URI=

- Run ```npm i package.json```

- Run ```npm start```