Skip to content

Komal27/TestFrontEnd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Commands to run

Install NodeJS

To Install browser-sync use following command

npm install -g browser-sync

To install json-server use following command

npm install -g json-server

To start Json Server

json-server --port=3009 --watch <yourJsonFIleName>.json

To start browser sync

browser-sync start --server –files "css/*.css, js/*.js, *.html"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published