/AVM

Primary LanguageHandlebars

   _____ _          __  __      _     _           
  / ____| |        / _|/ _|    | |   | |          
 | (___ | | ____ _| |_| |_ ___ | | __| | ___ _ __ 
  \___ \| |/ / _` |  _|  _/ _ \| |/ _` |/ _ \ '__|
  ____) |   < (_| | | | || (_) | | (_| |  __/ |   
 |_____/|_|\_\__,_|_| |_| \___/|_|\__,_|\___|_|   

                             _                   _  _____ 
     /\                     | |                 | |/ ____|
    /  \   _ __   __ _ _   _| | __ _ _ __       | | (___  
   / /\ \ | '_ \ / _` | | | | |/ _` | '__|  _   | |\___ \ 
  / ____ \| | | | (_| | |_| | | (_| | |    | |__| |____) |
 /_/    \_\_| |_|\__, |\__,_|_|\__,_|_|     \____/|_____/ 
                  __/ |                                   
                 |___/                                    

This project was generated by skaffolder

For more documentation visit https://skaffolder.com/#/documentation


CONFIGURE


Set your endpoint in properties.js


START APPLICATION


  • To start the application open a terminal in this folder and type:
$ yarn install
$ yarn start

Go to http://localhost:PORT

Login using:

username: admin password: password


START WITH DOCKER


  • To start the application with Docker:

    • Install Docker

    • Run command:

    $ docker-compose up
  • When code changes you need to rebuild container running:

    $ docker-compose up --build

USING SKAFFOLDER-CLI


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-cli

Login running the command

$ sk login

Generate your project with the command

$ sk generate

You 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.