Skip to content

gustavocardoso/lets-count-to-ten

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Let's Count to 10

Contributions welcome License

A simple react app to teach my daughter (and maybe yours) to count to ten.

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

To run this app you need Nodejs and Yarn.

Installing

1- Clone this repo

Via ssh:

git clone git@github.com:gustavocardoso/lets-count-to-ten.git

Via https:

git clone https://github.com/gustavocardoso/lets-count-to-ten.git

2- Enter the project folder and install the dependencies with Yarn

yarn install

3- Run the app

yarn start

Deployment

Just build the app with yarn build and upload the build/ folder to your server.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

  • Gustavo Cardoso

License

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