Explore sailor icons.
To run this application, execute the following commands:
- Install NPM modules
```
$ npm install (or yarn install)
```
- Start development:
```
$ npm run start
```
- Create the app distribution
```
$ npm run build
```
- Run linters:
```
$ npm run lint
```