question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Switch to express.js

See original GitHub issue

Instead of using Webpack Dev Server, we should switch to express.js for the development and “production” server. (devserver breaks on complex nested routes, see #113)

I have never worked with express, so I’d rather somebody with a bit more experience fixes this, a PR would be very welcome. (on the v3.0.0 branch)

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:15 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
mxstbrcommented, Apr 5, 2016

Done by @grabbou in #211, thanks so much!

0reactions
lock[bot]commented, May 30, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Read more comments on GitHub >

github_iconTop Results From Across the Web

using switch in get request in express js is returning error why?
I want to make the code DRY that's why I used a switch. const express = require('express'); const app = express(); const port...
Read more >
switch - JavaScript - MDN Web Docs - Mozilla
The switch statement evaluates an expression, matching the expression's value against a series of case clauses, and executes statements ...
Read more >
Step by step guide to convert an existing Express/Node.js ...
To recap there are 5 major steps — · Install Typescript and types · Create a tsconfig.json file · Set up your scripts...
Read more >
Migrating to Express 5
To install the latest beta and to preview Express 5, enter the following command in ... So, you'll need to change your app...
Read more >
Node.js and Express.js - Full Course - YouTube
Your browser can't play this video. Learn more. Switch camera.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found