This is the skeleton for a new KoalaTs project.
Install the dependencies:
npm install
Start the development server:
npm start
To run the tests:
npm test
To build the project:
npm run build
Then you can serve the dist
folder with any static server.
npm run serve
You can find the KoalaTs documentation here.