Skip to content

A CRUD dictionary web-app using React.JS, Material Design and Nuxeo as a back-end.

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
license-header-template.txt
Notifications You must be signed in to change notification settings

sgfswen/fv-web-ui

Repository files navigation

FirstVoices Dictionary Prototype

Being designed and built, but in the lab. May change, disappear, or be buggy.

This is a responsive dictionary web-application for the FirstVoices language assets that uses Nuxeo ECM as a back-end.

Stack

This web app is built using the following:

And interfaces with a Nuxeo server, at the moment using custom schemas and configruation specific to FirstVoices.

For additional dependencies see package.json.

This app has been scaffolded using gulp-starter.

Getting Started

You'll need NodeJS, and Git. Clone this repo from GitHub, change directory to the repo root.

  1. Run npm install -g gulp.
  2. Run npm install.
  3. Run gulp to start a Node server. Defaults to localhost:3001.
  4. Install Nuxeo and setup your server, including enabling Cross-Origin Resource Sharing (CORS).
  5. Rename /app/assets/javascripts/configuration/sample.local.json to local.json and update that file.
  • On some machines installation of certain modules may not work as part of npm install. If that is the case, install missing modules individually (e.g. npm install imagemin-jpegtran, after trying to run gulp).

Building for Production

In order to build for production:

  1. Run npm install -g gulp.
  2. Run npm install.
  3. Run gulp build:production.
  4. Copy generated files in /public folder to your webserver.

Note: Remember to configure your web application to rewrite all requests to the root path, in order for Push State to work.

Contributing

Adding New Dependencies

  1. Install dependency using npm install package --save or npm install package --save-dev
  2. When ready, run npm shrinkwrap to lock dependencies.

Tips

Licensing

The data and code in this repository is licensed under multiple licenses.

  • All code in the /app directory is licensed under the Apache License 2.0. See LICENSE.

  • All gulp-starter code in /gulpfile.js directory is licensed under MIT License (MIT). See gulpfile.js/LICENSE.

About

A CRUD dictionary web-app using React.JS, Material Design and Nuxeo as a back-end.

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
license-header-template.txt

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages