The web interface for Tarvena app, an open source meal review and management platform.
- NodeJS
- ReactJS
- webpack
Want to contribute? Great!
Clone the repository from GitHub
$ git clone https://github.com/teamtaverna/web_client.git
Mac Users
Be sure to have the following installed and setup first.
- NodeJS
Next, install dependencies
$ npm install
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.