express-typescript-starter icon indicating copy to clipboard operation
express-typescript-starter copied to clipboard

This is a template for starting an express app using TypeScript. This repo is intended to be an oppinionated "all inclusive" setup to get going fast with a preselected set of tools that work. If you h...

Results 8 express-typescript-starter issues
Sort by recently updated
recently updated
newest added

PS E:\iCrypto\oidc\trunk\demos\sample-oidc> npm start > [email protected] start E:\iCrypto\oidc\trunk\demos\sample-oidc > npm run build && npm run watch > [email protected] build E:\iCrypto\oidc\trunk\demos\sample-oidc > npm run build-sass && npm run build-ts && npm...

After the clone, the project will have a .git directory and an origin of this repository. I think users will always want to nuke the .git folder after they clone?...

Do you have all routes defined in app.js?There have any good idea?

README file states that the compiler option for producing source maps is "sourceMaps" and should be corrected to "sourceMap", otherwise you get a tsconfig.json(7,9): error TS5023: Unknown compiler option 'sourceMaps'

It is seemingly not created by default. For me, I had to create the directory c:\data and c:\data\db for mongodb to start. I'm not sure what the instructions would be...

`npm run watch-sass` doesn't actually output any CSS (and, thus, `npm run start` doesn't create any css files). `npm run build-sass` does output css and seems to work fine.

`npm install --save-dev nodemon` worked for me, but not sure if you intended this to be a global install (though IMO that's bad practice :))