entities-client

0.0.1 • Public • Published

entities-client

Front end code for working with entities, including Cast of Characters as first use case

Development

The following steps should be enough to set up and run the application:

  • Clone the three Platform projects: pruits-lib, entities-client, entities-service
  • In entities-service run ./gradlew bootJar. This builds the SpringBoot jar file.
  • Create the directory /var/lib/entities and change ownership to yourself.
  • Start the service: in the entities-service project run java -jar build/libs/entities-service-{verson.number}.jar. Here version.number is the version number defined in the gradle build file.
  • Install npm dependencies: run npm install in the entities-client project.
  • Start the node server: run npm start in the entities-client project.

The last step will compile the typescript, start a node server on port 3000 and open a browser. You can access the application from a different browser locally by going to http://localhost:3000.

Readme

Keywords

none

Package Sidebar

Install

npm i entities-client

Weekly Downloads

0

Version

0.0.1

License

ISC

Unpacked Size

2.17 MB

Total Files

1063

Last publish

Collaborators

  • abarratt