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

20 lines
293 B

4 years ago
# Voting application in React
4 years ago
A demo is available at [our website](http://demo.mieuxvoter.fr/).
4 years ago
## Installation
4 years ago
`yarn install`
4 years ago
## Starting
4 years ago
In dev:
4 years ago
`yarn start`
4 years ago
For production, see our [CI/CD configuration](https://github.com/MieuxVoter/continuous-integration).
4 years ago
## Testing
4 years ago
`yarn test`