Arquisoft / viade_es4a

VIADE ES4A
https://arquisoft.github.io/viade_es4a/
3 stars 0 forks source link

Build Status codecov Codacy Badge

VIADE_es4a

This project shows how to create a new react webapp and configure it using travis in order to enable continuous integration for students of Oviedo's University.

Contributors

Requirements

sudo apt-get update
sudo apt-get -y install ruby nodejs
sudo gem install asciidoctor asciidoctor-diagram
sudo apt-get -y install graphviz 

Run project

npm install
npm start

If you have installed yet, you don't need npm install, you can use npm update for actualize the dependencies.

Or, you can entry in this web https://arquisoft.github.io/viade_es4a/ and you can work with our app.

Build documentation

Node and Ruby are required. 
npm install
gem install asciidoctor
gem install asciidoctor-diagram 
npm run docs

You can view the documentation in this web: https://arquisoft.github.io/viade_es4a/docs/index.html.

Run test

Chi is required. 
npm i chi 
npm test:e2e