- React 17
- LeafletJS
- NodeJS v16
- MaterialUI (We used it but we are slowly removing it)
- Prettier
- TODO: ESLint
git clone https://github.com/acikkaynak/eczane-frontend
For project NodeJS (v16) should be installed in your computer. To install libraries after cloning project:
npm install
To run the project:
npm start
In the section below, change the port to whichever port you want to open on your computer. For example 3000
docker build -t eczane-frontend .
docker run -dp 127.0.0.1:<local_port>:80 --rm --name eczane-frontend eczane-frontend