Repository created for study and creation app weather using ES6 - fetch API + webpack.
What things you need to install the software and how to install them
- node.js
- NPM Package Manager
- Create token in openweather
Clone this repository
git clone https://github.com/mariorodeghiero/weather-fetch-api
Installing the dependencies from the NPM Package Manager
npm install
To start the development environment, run the following command:
npm run dev
Note: This command also performs a clear in the dist folder and build again.
npm run server
After run, the browser open window automatically at http://localhost:8080
Run the command below to deploy, minimizing All Files.
npm run prod
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This project is licensed under the MIT License - see the LICENSE.md file for details