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

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  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. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.

    SurveyJS 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-public

    My personal dotfiles

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

  6. dotfiles

    My personal configurations. (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

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?