One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
NodeJS (https://nodejs.org/es/download/)
Yarn (https://yarnpkg.com/lang/en/docs/install/)
#in the project folder
yarn
#####Run Development:
#in the project folder
yarn start
#go to http://localhost:3000/
#in the project folder
yarn build
#if you want to serve
yarn global add serve static files
serve -s build
#go to http://localhost:5000/
End with an example of getting some data out of the system or using it for a little demo
Explain how to run the automated tests for this system
Explain what these tests test and why
Give an example
Explain what these tests test and why
Give an example
Add additional notes about how to deploy this on a live system
- Typescript - JavaScript that scales.
- React - A JavaScript library for building user interfaces
- Yarn - FAST, RELIABLE, AND SECURE DEPENDENCY MANAGEMENT.
- Redux Zero - A lightweight state container based on Redux
We use Git Flow for versioning.
- Emiliano Fernandez - Initial work -
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone who's code was used
- Inspiration
- etc