Skip to content

heinrichb/bootdotdev_learn-cicd-typescript

 
 

Repository files navigation

learn-cicd-typescript-starter (Notely)

This repo contains the typescript starter code for the "Notely" application for the "Learn CICD" course on Boot.dev.

Test Badge

Local Development

Make sure you're on Node version 18+.

Create a .env file in the root of the project with the following contents:

PORT="8080"

Run the server:

npm install
npm run dev

This starts the server in non-database mode. It will serve a simple webpage at http://localhost:8080.

You do not need to set up a database or any interactivity on the webpage yet. Instructions for that will come later in the course!

zpz5HAU-tgc3fgw2xwr's version of Boot.dev's Notely app

About

The typescript starter code for the "Learn CICD" course on Boot.dev

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 58.3%
  • HTML 38.1%
  • JavaScript 2.8%
  • Dockerfile 0.8%