pleio / pleio_template
The responsive theme for Pleio subsites.
Installs: 2 166
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 7
Forks: 1
Open Issues: 0
Language:JavaScript
Type:elgg-plugin
Requires
- composer/installers: ^1.0.8
- ivome/graphql-relay-php: ^0.1.2
- webonyx/graphql-php: v0.6.4
This package is not auto-updated.
Last update: 2020-02-21 17:04:10 UTC
README
This repository is the base of the new responsive Pleio subsite theme. It contains a frontend codebase using React.js and Apollo client and also contains a GraphQL API to query the backend services.
Installing a development environment
Install all the required Javascript dependencies with
yarn install
Building
Building the code is done by Webpack using the following function
yarn run build
When developing use the watch function
yarn run watch
Testing
The template comes with a test suite running Jest. Run the test suite with
yarn run test