Lemoncode / simplechart

Simplechart seed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleChart

The idea of this project is to provide a simple portal to visualize existing map based stats (focused on the Spanish territory) and create new ones.

Steps to build it

Prerequisites

Install Node.js and npm (v6.x or higher) if they are not already installed on your computer.

Instructions to run the project

To run this project, firstly, it is necessary to install dependencies:

npm install

Secondly, next command will run the app:

npm start

Finally, open your browser in http://localhost:8080 and you will see the project running.

Instructions to launch Production mode

First we need to build app:

npm run build

Run app in production mode:

npm run start:prod

In order to launch the fake back-end server, just run the following command:

npm run json-server

Once it starts, you can open your browser in http://localhost:8080 and get the available results.

About Basefactor + Lemoncode

We are an innovating team of Javascript experts, passionate about turning your ideas into robust products.

Basefactor, consultancy by Lemoncode provides consultancy and coaching services.

Lemoncode provides training services.

For the LATAM/Spanish audience we are running an Online Front End Master degree, more info: http://lemoncode.net/master-frontend

About

Simplechart seed

License:MIT License


Languages

Language:TypeScript 90.2%Language:JavaScript 6.9%Language:CSS 2.9%