Skip to content

Ark is a web development toolkit using Go and ReactJS in the frontend. You can make a single binary executable application using Ark.

Notifications You must be signed in to change notification settings

andriansandi/ark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ark

Ark is a web development toolkit using Go and ReactJS in the frontend. You can make a single binary executable application using Ark.

Installation

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

About

Ark is a web development toolkit using Go and ReactJS in the frontend. You can make a single binary executable application using Ark.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published