This is app using Open Weather
- /public directory where the react injects javascript in develop;
- /build directory created after execute command build, where is located files for production;
- /src directory where the develop files is located;
- /components directory where the react components is located;
- /css directory where application style is located;
- /config directory where project configuration is located;
In the directory, install the dependencies
npm install
Start React development server
npm start
Await for browser window open in http://localhost:3000.
In the directory, install the dependencies
npm install
Execute build command to create minify version to production
npm run build
Will be create folder /build with the files. Inserts into HTTP server. More information
Environment variables is located in /src/config/
OpenWheaterKey - key - Open Weather Api's key
key