Install http-server:
npm install -g http-server
Run the development server:
npm run dev
Run the project on a separate terminal:
npm run start