1.0.5 • Published 7 years ago
@nearform/commentami-demo v1.0.5
@nearform/commentami-demo
A demo app showing the usage of the @nearform/commentami-backend-* packages on both client and server.
Quick start
Before running the app you need to build the components:
cd packages/commentami-react-components
npm run buildThen, you can see the demo of the comments componentes running:
npm install
npm run watchand opening the browser at http://localhost:4200/
if you want to interact also with the server you should go to the root of this project and run
docker-compose uponce the server is up you can run
docker exec commentami_app_1 npm run pg:initLicense
Copyright nearForm Ltd 2018. Licensed under Apache 2.0 license.