create-fullstack-app
create-fullstack-app copied to clipboard
Create Fullstack TypeScript application with ease.
Results
2
create-fullstack-app issues
Sort by
recently updated
recently updated
newest added
## Type of Improvement Tests ## Proposal The tests in `create-fullstack-app` are weak and many things are not automated tested. We should add more robust test with `jest`, also we...
improvement
help wanted
good first issue
## Proposal We should use ESM imports instead of CommonJS. See: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c Blocked by microsoft/TypeScript#33079. Badly, currently `jest` doesn't support very well ESM imports, we should wait until it is...
improvement
blocked