Travel app project obtains desired trip location & date from the user and displays weather and an image of the location using information obtained from external APIs.
- cd into your new folder: npm install
- Run server: npm run start
- Run webpack development mode: npm run build-dev
- Run webpack production mode: npm run build-prod
- Run test: npm run test
This project was built using Bootstarp, Express Node Js framework and webpack.
"body-parser": "^1.19.0",
"bootstrap": "^4.5.2",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jquery": "^3.5.1",
"node-fetch": "^2.6.0",
"popper.js": "^1.16.1",
"supertest": "^4.0.2",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
"@babel/core": "^7.11.1",
"@babel/plugin-transform-runtime": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"babel-loader": "^8.1.0",
"babel-polyfill": "^6.26.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^4.2.0",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^3.2.0",
"jest": "^26.2.2",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.1",
"nodemon": "^2.0.4",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"sass-loader": "^9.0.3",
"style-loader": "^1.2.1",
"terser-webpack-plugin": "^4.0.0",
"webpack-dev-server": "^3.7.2",
"workbox-webpack-plugin": "^5.1.3"