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 installSecondly, next command will run the app:
npm startFinally, 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 buildRun app in production mode:
npm run start:prodIn order to launch the fake back-end server, just run the following command:
npm run json-serverOnce 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
