Run the development server:
npm run dev
Run the production server:
npm i
npm run build
npm run start
Open http://localhost:80 with your browser to see the result.
To change the port number in development server open the package.json
file and change 80
to your desire port number.
The port you want to use must not inused in other program else it will cause an issue.