This is React boilerplate for Cesium
- this repository supports
react 18
- used craco, craco-cesium
- clone this repository to your local
- install node modules
npm install
- run project
npm run start
-
when trying to import something, you may use
absolute path
notrelative path
// Bad import Viewer from "../../Viewer"; // Good import Viewer from "@engines/Viewer";