bitjson/typescript-starter

Cannot run my application

diversemix opened this issue · 2 comments

  • I'm submitting a ...
    [ ] bug report
    [ ] feature request
    [ ] question about the decisions made in the repository
    [ x ] question about how to use this project

  • Summary

When I select to use the "node.js application" 👍
image

The resultant package.json appears to contain no command / script to allow running that application- i.e. "node build/main/index.js"

Am I missing something fundamental here?

Same question here 🤔

Hey y'all – PRs welcome! It might be nice to add an npm start script which runs node build/main/index.js 👍

Merging into #77