Importer Client
A client for the GeoNode Importer with React and Material-UI
Install node and npm, and a node packaging manager (we prefer nvm).
run npm i
to install all dependencies.
Run npm start
then visit your browser at http://localhost:8080
for a dev version
Run npm test
to run the tests once (like travis) or run npm run test:unit
for conitnious testing with a file watcher.
Run npm run build
to create a minified version of the app called App.js