This is a React.js project, bootstrapped with Create React App.
- Install Node.js v16 (or newer)
- Install NPM
- Install the project dependencies by running
npm install
. - Add your OpenWeatherMap API key in the
.env
file.
These are the main commands you'll need to execute to develop the application.
Command | Description |
---|---|
npm start |
Start a new local development server on http://localhost:3000 |
npm build |
Build the site for production |
npm test |
Run Jest |
npm run lint |
Run Eslint |
npm run format |
Run Prettier |