View the weather forecast by location
Open the terminal go into the copied project. Writing the npm install command:
cd weather-app
npm install
You can use the "start" script to start the project
npm run start
or write to a manual command to run:
npx cross-env NODE_ENV=development webpack-dev-server --mode development --open
You can use the "start" script to start the project
npm run build
or write to a manual command to run:
cross-env NODE_ENV=production webpack --mode production