Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 288 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 288 Bytes

Example Petflix Client

This is the client side of the Petflix app. It is a React application which is built with webpack.

Setup

$ npm i

Building

$ npm run build

This will output the built project into the dist directory.

Running

$ node app.js