Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 399 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 399 Bytes

Wordcounter

A React frontend for our wordcount-api.

Installation

$ npm install

Development

Builds the application and starts a webserver with hot loading. Runs on localhost:8080

$ npm run start

Build

Builds a minified version of the application in the build folder.

$ npm run build