_____ _ __ __ _ _
/ ____| | / _|/ _| | | | |
| (___ | | ____ _| |_| |_ ___ | | __| | ___ _ __
\___ \| |/ / _` | _| _/ _ \| |/ _` |/ _ \ '__|
____) | < (_| | | | || (_) | | (_| | __/ |
|_____/|_|\_\__,_|_| |_| \___/|_|\__,_|\___|_|
_ __ _______ __
/\ | | / / | __ \ \ / /\
/ \ _ __ __ _ _ _| | __ _ _ __ / /_ | |__) \ \ /\ / / \
/ /\ \ | '_ \ / _` | | | | |/ _` | '__| | '_ \ | ___/ \ \/ \/ / /\ \
/ ____ \| | | | (_| | |_| | | (_| | | | (_) | | | \ /\ / ____ \
/_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \___/ |_| \/ \/_/ \_\
__/ |
|___/
_ _ _ ______ _ _
(_) | | | | ____(_) | |
__ ___| |_| |__ | |__ _ _ __ ___| |__ __ _ ___ ___
\ \ /\ / / | __| '_ \ | __| | | '__/ _ \ '_ \ / _` / __|/ _ \
\ V V /| | |_| | | | | | | | | | __/ |_) | (_| \__ \ __/
\_/\_/ |_|\__|_| |_| |_| |_|_| \___|_.__/ \__,_|___/\___|
This project was generated by Skaffolder
For more documentation visit https://skaffolder.com/#/documentation
- Set your firebase properties in:
- For local/dev environments
src/environments/environments.dev.ts - for production environments
src/environments/environments.prod.ts
- For local/dev environments
To get your firebase properties go to https://console.firebase.google.com and create a new project
-
Enable login with Google
- Go to your Firebase console https://console.firebase.google.com
- Go to Authentication section
- Click on "Set Access method" and enable "Google Login"
- To start the application open a terminal in this folder and type:
$ yarn install
$ yarn startGo to http://localhost:4200
Login using:
username: admin password: password
- To run the service worker build with:
$ yarn run start:prodthis command will disable the autorefresh.
With Skaffolder-CLI you can easily manage your Skaffolder project from command line and customize your generator template from your IDE.
Install Skaffolder-CLI with
$ yarn install -g skaffolder-cliLogin running the command
$ sk loginGenerate your project with the command
$ sk generateYou can customize your generator template working with files in .skaffolder folder in your project root.
Please refer to https://skaffolder.com/#/documentation/skaffolder-cli for more information.