"The Odin Project" Weather API project.
This project serves as an implementation of a weather application using WeatherAPI, JavaScript, Webpack, SASS, HtmlWebpackPlugin, Babel, and date-fns.
To get the project up and running on your local machine, follow these steps:
- Clone the repository:
git clone https://github.com/joao4xz/odin_weatherapi.git
- Navigate to the project directory:
cd odin_weatherapi - Install the dependencies:
npm install
To run the development server, use the following command:
npm run startThis command will start the development server, and you can access the application at http://localhost:3000.
To generate the production-ready files in the dist folder, use the following command:
npm run build