A simple word counter application.
- Node >= 14.0.0
- npm >= 5.6
- yarn
- Go to the app's directory:
cd app- Install the app:
yarn install
- Run the app:
yarn start- Open http://localhost:3000 to view it in the browser.
- Type some text into the text area, then click the button:
To run tests:
yarn test
- App set up with Create React App using Typescript:
yarn create react-app app --template typescript