Skip to content

branflake2267/debugging-express-with-simplehtmlwebpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Debugging a express server with simple html webpack client

This project is using an Express server with simple html webpack client front end.

Debugging Video Tutorial

Project Configuration

Setting Value
Purpose Debug a simple web server and simple front end with self contained container directory architecture
Server Express web server
Client Simple HTML/JavaScript webpack configuration
Language JavaScript
Architecture npm/node
IDE Visual Studio Code
CI Travis CI
License GPL v3
Tutorial Youtube Tutorial

Debugging

  • From the project root, run npm install to download the libraries used in the client and server directories.

Debugging Server

Debugging Client

Debugging Client & Server Together

Debug both the client and server together. The webpack dev server provides a reverse proxy to the server.

Build

Build from the root of this project.

Deploy

Would you like to deploy this to Elastic Beanstalk?

Releases

No releases published

Packages

No packages published