Let's Count to 10
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.