This project has been developed in 2016 for the purpose of demonstrating how to work with states and stateless components using the React Route some and is not maintained anymore. Some libraries are being updated using the Dependabot and Snyk.io services, but no further tests are being done.
Simple Activity counter project to show how to work with states and stateless components in React.
Download and install the Node.Js and NPM using the NVM.
Install the yarn following the official documentation.
Clone the repository and install the node modules.
yarn install
After this, you can run the application.
You can use the Npm to serve this application.
To do this at the root of the project, use the npm start command.
Then navigate your browser to http://localhost:3030 to see the app running in your browser.