This is my implementation of the odin project weather app assignment.
- The project is hosted here
- Webpack
- Javascript
- HTML
- CSS
Follow the steps below to test the project locally. First ensure you have a version of Node.js equal or greater than v6.10.0 installed.
- Clone the repository from a terminal
https://github.com/codecell/weather_app.git
. - Navigate to the project directory
cd weather_app
. - Install project dependencies
npm install
- Run
npm run webpack
to compile a development build. - Run
npm run start
to serve the project live onhttp://localhost:9000
and voila!!!.
👤 Ezaka Alfred
Give a ⭐️ if you like this project!