Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 457 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 457 Bytes

Actrix Example

This project contains several implementation of Actrix library.

Running the example

Download the project and install the dependencies.

yarn

or

npm install

and then start the server-side of the example.

yarn start-server

or

npm run start-server

and finally, start the client-side of the example.

yarn start

or

npm start

This should open a browser pointing to the example app.