Go to file Use this template
Sambo Chea 28e7cce904
Some checks failed
continuous-integration/drone/push Build is failing
Fixed yarn build for ts common inside the packages
2021-09-13 20:47:45 +07:00
.husky Updated husky and install for prettier 2021-09-13 20:28:43 +07:00
packages Task: Updated lerna.json and add yarn workspaces and ts-common package and fixed the tsconfig 2021-09-13 20:19:28 +07:00
src Updated readme 2021-09-13 20:25:18 +07:00
.dockerignore Task: Add Dockerfile and support DroneCI 2021-09-13 17:53:12 +07:00
.drone.yml Fixed yarn build for ts common inside the packages 2021-09-13 20:47:45 +07:00
.env Task: Add express and nodejs application with TypeScript , Prettier and Husky 2021-09-13 17:49:01 +07:00
.eslintrc.js Task: Add express and nodejs application with TypeScript , Prettier and Husky 2021-09-13 17:49:01 +07:00
.gitignore Task: Updated lerna.json and add yarn workspaces and ts-common package and fixed the tsconfig 2021-09-13 20:19:28 +07:00
.gitmodules Task: Updated lerna.json and add yarn workspaces and ts-common package and fixed the tsconfig 2021-09-13 20:19:28 +07:00
.prettierrc.json Task: Add express and nodejs application with TypeScript , Prettier and Husky 2021-09-13 17:49:01 +07:00
Dockerfile Task: Add Dockerfile and support DroneCI 2021-09-13 17:53:12 +07:00
lerna.json Task: Updated lerna.json and add yarn workspaces and ts-common package and fixed the tsconfig 2021-09-13 20:19:28 +07:00
LICENSE Initial commit 2021-09-13 17:04:49 +07:00
package.json Updated husky and install for prettier 2021-09-13 20:28:43 +07:00
README.md Updated husky and install for prettier 2021-09-13 20:28:43 +07:00
tsconfig.json Task: Updated lerna.json and add yarn workspaces and ts-common package and fixed the tsconfig 2021-09-13 20:19:28 +07:00

Express Nodejs App

  • Nodejs
  • Express
  • TypeScript
  • Prettier
  • ESLint
  • Docker
  • DroneCI
  • Lerna Support

Quickstart

  • Start
yarn start
  • Navigate
curl http://localhost:3000
  • Response
{
    "startedAt": "2021-09-13T13:21:04.184Z",
    "message": "Instance id: presenter#143470",
    "status": "OK"
}

Contributors