goflames

command module
v0.0.0-...-061e51a Latest Latest
Warning

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

Go to latest
Published: Jul 20, 2020 License: MIT Imports: 12 Imported by: 0

README

goflames

Web App that generates the famous childhood game F L A M E.

Pre-requisite:
  1. Install yarn/npm
Installation:
$ cd goflames
$ go mod tidy # get go packages
$ cd public
$ npm install # if using npm
$ yarn add # if using yarn. Do not combine!!

$ yarn run build # to build the css assets
$ npm run build # if using npm
Building the Assets:
$ cd public
$ yarn build # if using yarn;
$ npm run build # if using npm
Running:
$ cd <to/root/project>
$ cp -a .env.example .env
$ go run main.go
Running with module reload:
$ go get -u github.com/cosmtrek/air # install air using Go

# without go, with linux
$ curl -fLo air https://git.io/linux_air

# copy .air.example.conf to .air.conf
$ cp -a .air.example.conf .air.conf

# run application using `air`
$ air

flame

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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