nonsense
This repo consists of both server & client side sources. The entry point of which is hosted by the server, app.ts.
To transpile the client source code, run the following:
# Transpile Typescript -> Javascript + Static files (assets/css/html).
> npm run build:client
To build/run this project, simply run the following:
# Transpile Typescript -> Javascript.
> npm run build:server
# Start the server.
> npm start
# For development - this will watch & transpile changes as well as rerun the server upon
# build completion.
> npm run start:dev
Licensed under the ISC License.