use with deployable web app
Closed this issue · 2 comments
tomdavidson commented
-
I'm submitting a ...
[ x ] question about how to use this project -
Summary
Starter looks great for distributing a module. Can you make suggestions on using the starter for a deployable web app rather than for a module?
For example, my web app project has:
src/
- server (an express app)
- client (client-side browser app)
- common (modules common to the server and client apps)
bitjson commented
Yep, this project is really set up to be a more general boilerplate for creating javascript libraries with Typescript. You might be interested in one of these:
bitjson commented
(Closing, but let me know if I should reopen.)