Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 669 Bytes

Readme.md

File metadata and controls

23 lines (12 loc) · 669 Bytes

Importer Client

Build Status

A client for the GeoNode Importer with React and Material-UI

Installation

Install node and npm, and a node packaging manager (we prefer nvm).

run npm i to install all dependencies.

Development

Run npm start then visit your browser at http://localhost:8080 for a dev version

Testing

Run npm test to run the tests once (like travis) or run npm run test:unit for conitnious testing with a file watcher.

Building

Run npm run build to create a minified version of the app called App.js