About | Packages | Getting started | Customize | Deploy
Live version - Here
APIs used:
The project was started with the following packages:
In the dev dependencies the Webpack, Jest, Fast Refresh, Eslint and Prettier are configured.
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.
git clone https://github.com/DiegoJavierConchilloWagner/WeatherApp
cd my-app
yarn
ornpm install
yarn start
ornpm 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.
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.