stevenalila / es

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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



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

This project was generated by Skaffolder

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


START APPLICATION


To start the application open a terminal in this folder and type:

$ npm install
$ npm start

Go to http://localhost:3001


CONFIGURE


Set properties in: src/config/properties.js


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

$ npm 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.

About


Languages

Language:HTML 51.4%Language:JavaScript 47.3%Language:CSS 0.9%Language:Dockerfile 0.3%