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.
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.
yarn install
yarn start
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