Ark is a web development toolkit using Go and ReactJS in the frontend. You can make a single binary executable application using Ark.
Ark requires Go v2+ to run and ReactJS >= 16.12.0
Clone the repository (right now only working on the Go Workspace) and install the dependencies:
$ make install
Running the server
$ make serve
Frontend will serve at http://localhost:1500 and the backend will serve at http://localhost:1501
Stop the server
$ make stop
Clean Projects
$ make clean
Building for production environments...
$ make build