About the web application
This web application has the mission to represent the idea of connecting all the co-workers inside the Belatrix family, to value and recognize the work and the team-spirit, using a gamification´s mechanics to create and interact through motivation in a better coexistence.
About the project architecture
The main purpose of this architecture is minify and, simplify resources and methods to develop web applications, in order to create an alternative agile and provide a simple way to build a project. In this case the philosophy about this repository is to avoid sofistication and the preconception of other techniques that use reinvented ideas, so this is important to reach a new challenge of doing a simple and functional web application oriented and based totally in user experience.
This Web Application has been designed using the nex tools:
1. First you need to install following
(if you have previous knowledge about nodeJS skip to 2nd step)
Installing Node.js here and follow the wizard to installation
Learn about Node.js installation instructions for diferent Operating Systems Here
2.Installing Yarn
Choose the instructions according to your OS in the next URL Instructions
3.Excute the npm command to install dependencies
npm install
4.Run the npm comand to open the project
npm start
5. Limitations
Some features are currently not supported:
- Unit Testing.
- Hot reloading in Windows.