Skip to content

kueiapp/typescript-express-cosmodb

Repository files navigation

Build a Web App sample using Node.js and Vue in TypeScript and CosmosDB and async/await Functions

setup by the commands below

  1. Installation from package.json

npm install

  1. or you can also use npm i PACKAGES -D to install them for development manually
  2. Test the code

npm run test

  • the script uses package node-dev to watch the code continoualy in modification
  1. Test the code in TypeScript

npm run dev

  • the script uses package nodemon to run TypeScript code directly
  1. Compile TypeScript to JavaScript for server-side and client side

npm run build-server or npm run build-client

  • you need to set up tsconfig.json of TypeScript first

References

  1. https://docs.microsoft.com/en-us/azure/cosmos-db/mongodb-samples

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published