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