# Start the app in the development mode
npm start
# Run tests
npm test
# Run test coverage
npm run test:coverage
# Build the app for production
npm run build
react-tag-input
- I opened an issue #840 to extend class names that can be used to style<ul>
and<li>
elements within suggestions wrapper, but until it's resolved and eventually released I'm using a patched version@types/react-tag-input
- Also, patched the types, so that TypeScript is not yelling at me 🙊
This project was bootstrapped with Create React App.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.