A small text-based game which I develop in Typescript and Webpack. I'm trying out a few programming concepts like DI in typescript.
Just clone the repo and run npm start to get started!
You need to have node and npm in order to run this app. (and preferably also the webpack cli)
- git clone the respository.
- run npm i
- run npm start
Deploying this project is as simple as running npm run build and putting the /dist folder somewhere save.
- Maarten van der Heijden - Main contributor - survivorbat
- Nothing yet