RETIRED, this project has moved to https://github.com/ansible-community/ara-web
Go to file
Guillaume Vincent 722ea92916 Connect ara-web with ara-server
* install react-router and redux
 * create redux store and start fetching some playbooks from ara-server
 * create playbooks and config states in redux

Change-Id: I455f217797fc69d722bedd573eaed2cea70ede6b
2018-09-17 16:14:46 +02:00
public First commit: Import 1.0 ara-web skeleton 2018-03-29 18:44:12 +02:00
scripts Connect ara-web with ara-server 2018-09-17 16:14:46 +02:00
src Connect ara-web with ara-server 2018-09-17 16:14:46 +02:00
.gitignore First commit: Import 1.0 ara-web skeleton 2018-03-29 18:44:12 +02:00
.gitreview Added .gitreview 2017-12-15 21:49:27 +00:00
README.md First commit: Import 1.0 ara-web skeleton 2018-03-29 18:44:12 +02:00
package-lock.json Connect ara-web with ara-server 2018-09-17 16:14:46 +02:00
package.json Connect ara-web with ara-server 2018-09-17 16:14:46 +02:00

README.md

ARA-WEB

requirements

  • node LTS

install

git clone git@github.com:guillaumevincent/ara-web.git
cd ara-web
npm install
npm start

test

npm test