zodiacfireworks / epidemiologic-calculator-web

Consume la api de epidemiologic-calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

epidemiologic-calculator-web

Installation

Start by updating the packages list by typing and install curl

$ sudo apt update && sudo apt install curl

Install nodejs using curl and apt package manager

$ curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
$ sudo apt install nodejs

To verify the installation execute the following command

$ node -v
$ npm -v

Start project

  • Clone repository and install dependencies:
$ git clone git@github.com:DataScienceResearchPeru/epidemiologic-calculator-web.git
$ cd epidemiologic-calculator-web
$ npm install
  • Run application:
$ npm start

Open the browser at http://localhost:3000/

About

Consume la api de epidemiologic-calculator


Languages

Language:JavaScript 96.2%Language:HTML 3.6%Language:CSS 0.2%