Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 455 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 455 Bytes

Google NewsLab - World POTUS

World POTUS logo

The project is based on React, Redux, Babel stage-0, and uses the Webpack JS bundler.

Prepare the project installing dependencies:

npm install

To start development:

npm run start

To build for production:

npm run build
ls dist/ # will find the bundled static files here