Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 3 hours 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
- Created: 2020-01-26T12:36:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:28:27.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T11:42:47.457Z (over 1 year ago)
- Topics: api, docker, encore, php, php7, react, symfony, symfony5, web-application, yarn
- Language: PHP
- Homepage:
- Size: 1.7 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
[![Build Status](https://travis-ci.com/ksaveras/web-math-calculator.svg?branch=master)](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/