Skip to content

A functional example to show the integration of a SPA with a Stellar API

Notifications You must be signed in to change notification settings

StellarFw/example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Example

This is an example project to show the integration of a Single-Page-App (SPA) with an API developed using Stellar.

Screen

Pre-requirements

  • Stellar must be installed;
  • TCP port 8080 and 3000 must be open and no program should be listening this two ports.

Running the App

To start the server you need to execute the follow commands:

$ cd <projectFolder>/server
$ stellar run

In another terminal window you need to execute the follow commands lines to start the client application:

$ cd <projectFolder>/client
$ npm install
$ npm run dev

Now the API are running on the TCP port 8080 and the client on port 3000.

About

A functional example to show the integration of a SPA with a Stellar API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published