RETIRED, this project has moved to https://github.com/ansible-community/ara-web
Go to file
Guillaume Vincent 72e86499e7 First commit: Import 1.0 ara-web skeleton
In ARA 1.0, the different components that makes ARA are being split
into their own projects, modules and repositories.

This will, amongst other things, allow for the different components to
be installed in a modular fashion only where they make sense.

ara-web will be the repository and project which will contain the
frontend web-facing interface.

This is a first commit/import from what is roughly a skeleton and we'll
iterate on that.

Change-Id: Id035c2eb9d0fe55b3cada6daf04d94fc76ba95f0
2018-03-29 18:44:12 +02:00
public First commit: Import 1.0 ara-web skeleton 2018-03-29 18:44:12 +02:00
src First commit: Import 1.0 ara-web skeleton 2018-03-29 18:44:12 +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 First commit: Import 1.0 ara-web skeleton 2018-03-29 18:44:12 +02:00
package.json First commit: Import 1.0 ara-web skeleton 2018-03-29 18:44:12 +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