- Just to have fun with TS by creating a simple memory game 🎉
- You can choose a level depending on your confidence 🚀
- Frontend development: TypeScript, React
- Deployment tools and envs: Docker-compose
** Docker-compose is used to leave room for extending the project, like adding a server/DB etc.
- Navigate into core directory
$ cd core
- Build image
$ docker-compose build
- Create and run container
$ docker-compose -p find_the_way up -d
- Check the project runningn on
http://localhost:3333/