https://github.com/ksaveras/web-math-calculator
Simple math calculator implemented in React and Symfony.
https://github.com/ksaveras/web-math-calculator
api docker encore php php7 react symfony symfony5 web-application yarn
Last synced: about 2 months ago
JSON representation
Simple math calculator implemented in React and Symfony.
- Host: GitHub
- URL: https://github.com/ksaveras/web-math-calculator
- Owner: ksaveras
- License: mit
- Archived: true
- Created: 2020-01-26T12:36:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T05:48:46.000Z (over 2 years ago)
- Last Synced: 2025-05-05T09:09:38.080Z (2 months ago)
- Topics: api, docker, encore, php, php7, react, symfony, symfony5, web-application, yarn
- Language: PHP
- Homepage:
- Size: 1.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Web Math Calculator
[](https://travis-ci.com/ksaveras/web-math-calculator)### Stack
* Symfony 5.1
* Math Calculator 0.1
* React 16## Test and Code Quality
```
composer test
composer phpcsfix
composer phpstan
```## Dev
```
composer install
yarn install
yarn encore dev
```## Production
```
APP_ENV=prod composer install --no-dev
yarn install
yarn encore prod
bin/console ca:cl -e prod
bin/console ca:wa -e prod
```## Docker image
Quickest way to test application.
```
docker build -t web-calc .
docker run -it --rm -p 8000:80 web-calc:latest
```
Open your browser URL: http://localhost:8000/