/web_client

The web interface for Taverna app.

Primary LanguageCSS

Coverage Status Build Status

Web Client

The web interface for Tarvena app, an open source meal review and management platform.

Tech

  • NodeJS
  • ReactJS
  • webpack

Collaboration

Want to contribute? Great!

Clone the repository from GitHub

$ git clone https://github.com/teamtaverna/web_client.git

Installation

Mac Users

Be sure to have the following installed and setup first.

  • NodeJS

Next, install dependencies

$ npm install

Development

To start the server

$ npm run dev

Note that there is already a static (markup and styles only with hard-coded data) build of the web-client from the designed mockups that provides the needed markup and styles for building out the React components. Please find more information in the readme here.