Running a live server for simple HTML/CSS/JS development?

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

Kargo - Stop Scripting Promotions. Start Shipping with Kargo
Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.
akuity.io
sponsored
AppSignal - Monitoring that respects your time & budget
APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.
www.appsignal.com
sponsored
  1. Live Server

    A simple development http server with live reload capability.

    Could try https://github.com/tapio/live-server which you would run with the entry file being your html file. Just need to start it inside a terminal somewhere.

  2. Kargo

    Stop Scripting Promotions. Start Shipping with Kargo. Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.

    Kargo logo
  3. vite

    Next generation frontend tooling. It's fast!

    There are external tools that do this pretty well, like vite or parcel. You can install them globally and make neovim execute them with a keybinding.

  4. parcel

    The zero configuration build tool for the web. 📦🚀

    There are external tools that do this pretty well, like vite or parcel. You can install them globally and make neovim execute them with a keybinding.

  5. dotfiles

    My personal dotfiles (by craftzdog)

    You can see his dotfiles here, and mine over here.

  6. dotfiles

    Discontinued My personal configurations. [GET https://api.github.com/repos/harmolipi/dotfiles: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository] (by harmolipi)

    You can see his dotfiles here, and mine over here.

  7. bracey.vim

    live edit html, css, and javascript in vim

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • What are the best Build Tools for JavaScript?

    4 projects | /r/AskProgramming | 24 Jun 2022
  • Webpack returning empty object when doing an import

    2 projects | /r/learnjavascript | 2 Jun 2022
  • Build process 2015 vs 2021

    3 projects | /r/learnjavascript | 1 Oct 2021
  • Needing help: How are front-end folks setting up build processes with .NET?

    5 projects | /r/dotnet | 31 Mar 2021
  • Vue with TSX - the perfect duo!?

    4 projects | dev.to | 2 Mar 2021