safaci2000 / echox

Echo cookbook and website

Home Page:https://echo.labstack.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Echo Extra

Running Recipes

  • Go into any cookbook folder and run go run server.go

Running Website Locally

  • Ensure that you have Node.js installed on your computer. If you don't have it, download and install it from the official Node.js website (https://nodejs.org).
  • Inside the "website" folder, install the required dependencies by running the following command npm install.
  • Run the website locally by running the following command npm start.

About

Echo cookbook and website

https://echo.labstack.com

License:MIT License


Languages

Language:Go 64.3%Language:JavaScript 21.5%Language:HTML 9.6%Language:CSS 4.0%Language:Dockerfile 0.4%Language:Makefile 0.2%