Setup live-server as dev-dependency
See original GitHub issueIs your feature request related to a problem? Please describe.
For running the website on live-server we need to globally install live-server
.
Describe the solution you’d like
Setup package.json
and add live-server
as development dependency, so that when we run npm install
live server
gets installed as dependency for foss-events
directory (not globally).
Describe alternatives you’ve considered Any more other alternative can be used, but first comment down the alternative you want to use.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
live-server - npm
Live Server. This is a little development server with live reload capability. Use it for hacking your HTML/JavaScript/CSS files, ...
Read more >Alternative live-server setup (Example) | Treehouse Community
Here's an alternative setup for a Node.js dev server that I used: ... Make sure to install it as a dev dependency with...
Read more >how to run live-server inside project using scripts property of ...
I have project and i have installed live-server using npm install --save-dev live-server I want to now run live-server using scripts ...
Read more >change default port · Issue #34 · tapio/live-server - GitHub
First, add live-server as a local dev dependency to your project. ... Default port can be setup in various ways anyways, for example:...
Read more >A complete guide to full-stack live reload - LogRocket Blog
Setting up for live reload; Scaling live reload for improved ... You may have noticed the dev dependency live-server in the code above....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Go ahead!
@Shruti3004 Go ahead!