Skip to content

Kriket/playing-with-node

 
 

Repository files navigation

Playing with Node

Basically a starter express app now.

Getting Started

npm install
npm start

Development

# Run with watch
npm run dev

# Run e2e tests
npm run test

Docker

# Build Docker Image
docker build --tag playing-with-node:latest .

# Run Docker image (add -d after port for detached mode 😉)
docker run -p 8888:80 playing-with-node:latest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 58.9%
  • JavaScript 31.4%
  • CSS 9.4%
  • Other 0.3%