Frontend Stack: Svelte, TailwindCSS, Preline UI
Backend Stack: Express.js, Typescript
- Make sure you have
Docker
installed! - Make sure Docker Desktop is running!
# How to run frontend container
make up-frontend
# How to run backend container
make up-backend
# How to run both front and back end containers
make up
# How to shut down all container
make down
make : The term 'make' is not recognized as the name of a cmdlet, function, script file, or operable program.
If you encounter the error above, please make sure you have installed make
.
For Windows, follow the steps below:
- Install MSYS2 and Chocolatey
- Run your Command Prompt as Administrator
- Run
choco install make
- Restart your computer and you're all set!