Skip to content

Files

Latest commit

 

History

History
28 lines (25 loc) · 586 Bytes

README.md

File metadata and controls

28 lines (25 loc) · 586 Bytes

Webpack ECMASCRIPT2015+ React Usage

☕ 💼 Development Case of the Reactjs library and Webpack module bundler usage (just a "skeleton").

Installation

Install with npm:

npm install

Install with yarn:

yarn install

Running

yarn run build

Runing on the Development Server

yarn run dev-server

Just one detail

⚠️Don't forget to change the value constant value "apiKey" in "src/components/WeatherApp.js".

const apiKey = 'openweathermap_generated_key';

Thanks and be happy!