This is SPA for P3 duct and fitting prices from different material.
This is SPA web-app
-ReactJS and JSX to render components and their content.\
-Redux, React-Redux and Redux Toolkit to manage the states.\
-Tailwind for CSS.\
-Webpack to optimize production build.\
-Manifest.json and service-worker.js are included in Webpack. Check plugins.\
-PWA is enabled. The web-app is installable and can be run in offline mode.\
-Deployed on Vercel.
Run the following command in your terminal:
npm i
or npm install
Run the following command in your terminal:
npm run start
Webpack will compile a bundle to run. This will not be optimized. You can ignore warning about bundle maximum size.
Run the following command in your terminal:
npm run build
Webpack will compile a bundle to run. This is optimized. You still will get warnings about bundle maximum size. Maximum bundle size are extended and will be pre-cashed.
Run the following command in your terminal:
npm install -g serve
serve -s dist