Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.11 KB

File metadata and controls

35 lines (20 loc) · 1.11 KB

https://github.com/SamahQaradeh/learn-cicd-typescript-starter/actions/workflows/ci.yml/badge.svg code coverage badge

learn-cicd-typescript-starter (Notely)

code coverage badge

![code coverage badge](https://github.com/YOUR_NAMESPACE/learn-cicd-starter/actions/workflows/ci.yml /badge.svg )

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

Local Development

Make sure you're on Node version 22+.

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! Samah's version of Boot.dev's Notely app.