COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20210809223112/https://github.com/topics/dev-server
Here are
56 public repositories
matching this topic...
Next generation frontend tooling. It's fast!
Updated
Aug 9, 2021
TypeScript
Angular build facade extensions (Jest and custom webpack configuration)
Updated
Aug 9, 2021
TypeScript
Easily use BrowserSync in your Webpack project.
Updated
Jun 6, 2021
JavaScript
One step faster for Vite in VS Code ⚡️
Updated
Jun 6, 2021
TypeScript
Moved to Polymer/tools monorepo
Updated
Apr 10, 2018
TypeScript
A super fast dev server for rapid web development
Updated
May 30, 2021
TypeScript
⛄️ No-bundle Dev Server for ES modules with deno.
Updated
May 5, 2020
JavaScript
Transforming HTML standards of the future into JavaScript standards of the past
Updated
May 7, 2019
TypeScript
Full-contained static site workflow
Updated
Jun 7, 2019
JavaScript
Zero dependency dev server
Updated
Nov 1, 2020
JavaScript
Fast front-end development tooling in Deno.
Updated
Jul 4, 2021
TypeScript
🗂️ go-live is an ultra-light server utility that serves files, HTML or anything else, over HTTP.
🍹 Generate your static site with gulp plugins!
Updated
Aug 4, 2021
JavaScript
NodeJS Dev-Server with Hot-Reload for JSPM / SystemJS Loader
Updated
Apr 9, 2017
TypeScript
CLI for Automated Email Development, incl. template generation and inlining CSS
Updated
Dec 30, 2017
Ruby
Simple Typescript + Webpack boilerplate code, with uglify, tslint and LESS support
Updated
Nov 19, 2016
JavaScript
一份基础的webpack配置,包含解析sass,提取(多个)css文件,热更新替换,开发线上环境区分,jQuery插件引入,页面文件资源引入,模块异步加载 等基础功能的配置
Updated
Jun 15, 2018
JavaScript
create react app within php at the back-end - With php live dev server for creating react applications
Updated
Aug 7, 2021
JavaScript
🏠 Simple and lite Dev HTTP server made with Node.js that doesn't require any configuration.
Updated
Sep 22, 2017
JavaScript
more than a live-reload server , built for efficient frontend development. base on puer add proxy context
Updated
Jun 29, 2017
CoffeeScript
Development server used during development of UUP dump website
Updated
Jul 22, 2021
Batchfile
The new Hot-Reloading example project for (React + RequireJS + TypeScript) => all React components can be hot-reloaded.
Updated
May 30, 2018
JavaScript
A Static File Server with options.
Updated
Oct 27, 2020
Python
Webpack-4 configuration setup that can be used for develop & as well as for production with hot reloading
Updated
Jun 16, 2021
JavaScript
Zero configuration, unbundled, opinionated development and prototyping server for simple ES modules development: types generation, format and linting, dev server and TypeScript support.
Updated
Apr 27, 2021
JavaScript
Serves the vinyl stream directly
Updated
May 10, 2021
JavaScript
Develop and Bundle Your Lambda Functions With Ease
Updated
Dec 30, 2019
TypeScript
Zero configuration TypeScript/JavaScript bundler & DevServer for frontend and Node.js projects. Framework agnostic.
Updated
Dec 22, 2020
TypeScript
Improve this page
Add a description, image, and links to the
dev-server
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
dev-server
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
The lit documentation suggest to use this server for development, so I created an empty project / directory.
Initialized it with
npm init
and installed the server usingnpm i --save-dev @web/dev-server
.However according to the documentation (https://modern-web.dev/docs/dev-server/overview/) I should be able to start the server with
web-dev-server --node-resolve --open
or `wds --node-resol