Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 488 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 488 Bytes

sailor-icons-site

HitCount

Explore sailor icons.

To run this application, execute the following commands:

  1. Install NPM modules
```
$ npm install (or yarn install)
```
  1. Start development:
```
$ npm run start
```
  1. Create the app distribution
```
$ npm run build
```
  1. Run linters:
```
$ npm run lint
```