- React 18
- React-Redux with RTKs (redux-toolkit)
- React-Router
- eCharts
Before running npm command, remember to install NodeJS modules
npm installStart dev server
npm run devPacking the project source and generating a public static directory by webpack
npm run buildThen hosting the /public folder or deploying wherever
docker build <project_path> -t <image_name>docker-compose up -dVisit at http://localhost:9000/