whatcall - v0.0.0
    Preparing search index...

    whatcall - v0.0.0

    Whatcall

    Web Application to enable users to submit videos for feedback from the community.

    Created by James Croker as A-level project.

    To start a local development server, run:

    npm run emulators:start
    ng serve

    Once the server is running, open your browser and navigate to http://localhost:4200/. The application will automatically reload whenever you modify any of the source files.

    To build the project run:

    npm run build:prod
    

    This will compile your project and store the build artifacts in the dist/ directory. By default, the production build optimizes your application for performance and speed.

    To execute unit tests with karma, run the following commands

    npm run test
    

    For end-to-end (e2e) testing, run:

    npm run e2e