Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1007 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 1007 Bytes

MeetingZero Web Application

MeetingZero removes pointless meetings and turns them into highly productive, digitally assisted, workshops — moving from meetings to collaborative problem-solving and structured sessions, i.e., to push discussions into decisions. Learn more here.

MeetingZero React Web Application

This is the React application that powers the MeetingZero front end. In order to run this project you will need Node.js version 14.3.0 or higher installed as well as NPM.

In order to run this application you will need to install the dependencies and then run the development server. It is preferred to use Yarn for development and building.

Install Dependencies

yarn install

Run Development Server

yarn start

Building for Production

This application was built using Create-React-App, so all related tools can be used. In order to build for production simply run:

yarn build