SyntaxFix
Write A Post
Hire A Developer
Questions
To start server locally paste the below code in package.json and run npm start in command line.
"scripts": { "start": "http-server -c-1 -p 8081" },