Skip to content

DiegoJavierConchilloWagner/WeatherApp

Repository files navigation

template-react-ts
🌞 WeatherApp - React + TS 🌧

About   |    Packages   |    Getting started   |    Customize   |    Deploy

ℹ️ About

Live version - Here

APIs used:

MapBox - Geolocation

OpenWeather - Weather

🖥 Packages

The project was started with the following packages:

In the dev dependencies the Webpack, Jest, Fast Refresh, Eslint and Prettier are configured.

🚀 Getting started

First of all you need to have node and yarn(or npm) installed on your machine.

If you decide to use npm don't forget to delete yarn.lock in folders

Press the Use this template button on Github and create your own repository.

Clone your repo to your local machine.

  1. git clone https://github.com/DiegoJavierConchilloWagner/WeatherApp
  2. cd my-app
  3. yarn or npm install
  4. yarn start or npm run start

To run the tests, after the dependencies are installed, run yarn test.

yarn test:watch to keep testing observing changes.

yarn test:coverage to generate the test coverage report in the files.

✈️ Deploy

I recommend deploy using yarn build:server script, for this your VPS need to have installed docker and docker-compose. This script will up a machina with nginx. But you are able to run yarn build and make your own deploy.


Releases

No releases published

Packages

No packages published