FusionAuth / fusionauth-quickstart-javascript-vue-web

Other
0 stars 0 forks source link

Add 'npm start' script #3

Closed BriDavidson closed 7 months ago

BriDavidson commented 8 months ago

Issue The README for setting up the quickstart-javascript-vue-web application instructs users to run npm start after installing dependencies (npm i). However, the npm start script is not defined in the package.json.

Expected Behavior The npm start command should initiate a local server for the quickstart application, allowing users to view the application in their web browser.

Actual Behavior Since the npm start script is not defined in the package.json, attempting to run npm start results in an error, preventing users from starting the local server as intended.