A simple react app to teach my daughter (and maybe yours) to count to ten.
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.
To run this app you need Nodejs and Yarn.
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
Just build the app with yarn build
and upload the build/ folder to your server.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
- Gustavo Cardoso
This project is licensed under the MIT License - see the LICENSE.md file for details.