Skip to content

jonhawkinsctm/playing-with-node

Repository files navigation

Playing with Node

Basically a starter express app now.

Getting Started

npm install
npm start

Development

# Set up .env
cat .env.example > .env

# 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