- Used i18n for translations.
First make sure you have docker installed. Run the command docker-compose up -d
and than access the container's bash with docker exec -it react sh
. Once in container's terminal, install dependencies npm install
and run project npm run dev
.
I'm will soon change from JavaScript to TypeScript and update some components.