Skip to content

Starter template for express projects with TypeScript support, SCSS support, and a working build pipeline with Docker, including CI and code quality checks out of the box.

Notifications You must be signed in to change notification settings

dustin-jw/cohort-project-starter

Repository files navigation

Cohort Project Starter

Use this template for projects using Express to serve up basic content.

Getting Started

Clone this repo or generate a new repo using this template. Then, install dependencies and choose whether to run in development or production mode.

npm ci

To run in development mode:

npm start

To run in production mode:

docker-compose up

# or to run it in detached mode

docker-compose up -d

To lint and run tests:

npm run lint

npm run test

About

Starter template for express projects with TypeScript support, SCSS support, and a working build pipeline with Docker, including CI and code quality checks out of the box.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages