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.
 
 
 
 
 
 
Go to file
guhur cd3425aa66
Create ISSUE_TEMPLATE.md
4 years ago
.circleci Remove cache and artifacts from circleci 4 years ago
.github Create ISSUE_TEMPLATE.md 4 years ago
config update dep 5 years ago
public Update resource.json 4 years ago
scripts update dep 5 years ago
src Update Result.jsx 4 years ago
.gitignore Connection to MV API (#1) 5 years ago
README.md Update README.md 4 years ago
i18n.config.js style(i18n): Apply prettier 4 years ago
make_translation.sh [i18n] minor fixes 4 years ago
package-lock.json add package-lock 4 years ago
package.json add i18n 4 years ago
yarn.lock add i18n 4 years ago

README.md

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