Skip to content

riguelbf/ilegra-flix-angular

Repository files navigation

IlegraFlix-Angular

Build status:

CircleCI

GitHub package.json version (branch)

CircleCI

GitHub All Releases

Development server

Run npm run start-fullstack for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files. Together on background will be executed a fake backeend server on the port http://localhost:3000.

Build

Run npm run build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run npm run test to execute the unit tests via Karma.

Running end-to-end tests

Run npm run e2e to execute the end-to-end tests via Protractor.

Running tests coverage

Run npm run test-coverage to execute the unit tests with coverage report.

Using docker

Building image

Run npm run docker-build to build a docker image of project.

Executing project from docker image

Run npm run docker-run to run the project from a docker image. Obs: for to use this command, is necessary to have docker image pre builded.

User for first access

user: admin@gmail.com password: 12345

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published