Dark Heresy application for the role-playing game
This project was generated with Angular CLI version 9.0.3.
Check out the Contributing file before helping us.
Run npm run start
to start a local development server.
Navigate to https://dark-heresy:3100/
to check it out.
You need to setup a custom host:
# Dark Heresy Front-End
# Use url => https://dark-heresy:3100
127.0.0.1 dark-heresy
The Hot Module Replacement is configured so you do not have to reload your browser once your code change.
There is no need to clean out the cache to see the new files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
Run npm run generate-certificate
to create the certificate and the key.
Add the certificate to Windows or iOS to make it trusted by your OS.
You can read this article if you want to learn more about it.
Note that if openssl
is not recognized, you can download manually the latest version available
Then, extract the content and add it anywhere on the computer
Add the bin path to the Windows environment variable PATH
Run openssl
and then write the content of the npm run generate-certificate
script
You can checkout if there is any circular dependency by running the command npm run circular-dependencies-check
.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.
You can analyze the webpack production bundle size by running the command npm run analyze:stats
.
This project is licensed under the MIT License - see the LICENSE.md file for details.
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!