0.4.0 • Published 7 years ago

citation-backoffice v0.4.0

Weekly downloads
9
License
MIT
Repository
-
Last release
7 years ago

Citation Backoffice

A React application allowing websites content administrators to consult, structure and modify all the contents through the citation-server GraphQL API.

Tooling

The tooling is based on react-scripts using Babel, ESLint and Webpack.

Libraries

Main libraries used in development are React Router v4 and Redux (with thunk, act and form).

Usage

To run the development server with live-reload:

npm run dev

To build the project and generate an optimized version:

npm run build