Front-end starter kit:
- Typescript
- Express Js
Minimum node version: 14
After Clone This Repo You Can Start it By Running yarn start
after that you have access to the UI application on http:localhost:5000/
You Can Have Your Env Variable By Using the environments
folder and put your own dev
and prod
environments in different files. to read more about this type of environments variable structure you can read This.