Skip to content

Natnae-l/learn-cicd-typescript-starter

 
 

Repository files navigation

fix the image part # learn-cicd-typescript-starter (Notely)

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 18+.

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

bash PORT="8080"

Run the server:

bash npm install npm run dev

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

Boot.dev's Notely app

https://github.com///actions/workflows/<WORKFLOW_FILE>/badge.svg

alt text goes here

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!!

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.0%
  • HTML 37.6%
  • JavaScript 3.6%
  • Dockerfile 0.8%