Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Bundle React.js into Kelp with 3 modes of running with 'server' command #158

Merged
merged 20 commits into from
Apr 16, 2019

Conversation

nikhilsaraf
Copy link
Contributor

@nikhilsaraf nikhilsaraf commented Apr 16, 2019

  • deployment mode embeds JS assets into binary (when building with ./scripts/build.sh -d)
  • local mode running from static files in filesystem (when building with ./scripts/build.sh and running with ./bin/kelp server)
  • dev mode with hot-reloading of JS code from filesystem (when building with ./scripts/build.sh and running with ./bin/kelp server --dev)

first commit for GUI Dashboard issue: #67

@nikhilsaraf nikhilsaraf added this to the v1.7.0 milestone Apr 16, 2019
@nikhilsaraf nikhilsaraf merged commit 857214c into stellar-deprecated:master Apr 16, 2019
@nikhilsaraf nikhilsaraf changed the title Bundle React.js into Kelp with 3 modes of running with 'serve' command Bundle React.js into Kelp with 3 modes of running with 'server' command Aug 1, 2019
@nikhilsaraf nikhilsaraf modified the milestones: v1.8.0, v1.7.0 Sep 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant