MadGo

command module
v0.0.0-...-a8bd5d3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 12, 2022 License: MIT Imports: 9 Imported by: 0

README

MadGo

MadGo

MadGo is a powerful boilerplate for you web applications providing fast prototyping and ease of deployability using Docker

  • Still W.I.P

Welcome to MadGo! MadGo gives you a template to base your web applications on with powerful tools.

First, Set up everything.

Requirements:

  • Go
  • Git
  • Make
  • NPM/PNPM

Run the following commands to any directory you wish to download the template to:

git clone http://github.com/cybe42/MadGo.git

after it is complete, set up everything by running the setup script for your OS of choice.

  • On Linux:
chmod +x setup.sh
./setup.sh
  • On Windows:
setup.bat

And after you set up, you can edit the folder api to write you API's and add it to registerapi.go You can edit the frontend folder. If you don't know how, take a look at SolidJS

and to run your app enter the following:

make run

and if you want to build your app

make build

to build with debug information stripped:

make release

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL