You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mvfront-react/README.md

826 B

Continuous Integration Continuous Deployment

Voting application in React

A demo is available at our website.

Installation

  1. Copy .env file into .env.local and set there environment variables.
  2. Install yarn.
  3. Install dependencies:
$ cd mvfront-react
$ yarn install

Starting

In dev:

yarn start

For production, see our CI/CD configuration.

Testing

yarn test