https://github.com/codlocker/stackline-demo
https://github.com/codlocker/stackline-demo
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codlocker/stackline-demo
- Owner: codlocker
- License: apache-2.0
- Created: 2024-04-21T07:05:57.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-08-09T14:43:34.000Z (10 months ago)
- Last Synced: 2025-08-09T16:28:50.255Z (10 months ago)
- Language: TypeScript
- Homepage: https://stackline-demo-five.vercel.app
- Size: 288 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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```