Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/efremropelato/cesium-coreui-react
Demo template with Cesiumjs, Coreui & Reactjs
https://github.com/efremropelato/cesium-coreui-react
cesiumjs coreui demo demography pivottable plotlyjs reactjs
Last synced: 1 day ago
JSON representation
Demo template with Cesiumjs, Coreui & Reactjs
- Host: GitHub
- URL: https://github.com/efremropelato/cesium-coreui-react
- Owner: efremropelato
- License: mit
- Created: 2019-09-02T14:20:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T16:41:23.000Z (almost 2 years ago)
- Last Synced: 2024-01-26T10:37:11.601Z (10 months ago)
- Topics: cesiumjs, coreui, demo, demography, pivottable, plotlyjs, reactjs
- Language: JavaScript
- Size: 98.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cesium-coreui-react
Demo template with Cesiumjs, Coreui & Reactjs## Requirements
***everything must be installed***
- MongoDB 4.2.0 Community Server: https://www.mongodb.com/download-center/community
- NodeJS 10.16.3 LTS: https://nodejs.org/it/
- MongoDB Compass 1.19.2 Community: https://www.mongodb.com/download-center/compass## Install
1. By MongoDB Compass:
1. crerate a new db with name "DEMO",
2. load collation from file "./db/Demography.json"
2. by terminal:
1. into folder "./backend" run ```npm i```
2. into folder "./frontend" run ```npm i```
3. on root folder run ```npm start```> - Windows: as terminal use "cmd" or "power-shell"