citation-backoffice
v0.4.0
Published
A React application allowing websites content administrators to consult, structure and modify all the contents through the citation-server GraphQL API.
Downloads
9
Readme
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