Skip to content

emilianox/base-ts-react-redux-zero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Title

One Paragraph of project description goes here

Getting Started

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.

Prerequisites

NodeJS   (https://nodejs.org/es/download/)
Yarn     (https://yarnpkg.com/lang/en/docs/install/)

Installing

#in the project folder
yarn

#####Run Development:

#in the project folder
yarn start
#go to http://localhost:3000/
Run Production:
#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

Running the tests

Explain how to run the automated tests for this system

Break down into end to end tests

Explain what these tests test and why

Give an example

And coding style tests

Explain what these tests test and why

Give an example

Deployment

Add additional notes about how to deploy this on a live system

Built With

  • 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

Contributing

Versioning

We use Git Flow for versioning.

Authors

  • Emiliano Fernandez - Initial work -

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone who's code was used
  • Inspiration
  • etc

Releases

No releases published

Packages

No packages published