An open API service indexing awesome lists of open source software.

https://github.com/sultan99/omr-testing


https://github.com/sultan99/omr-testing

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## Setup

### 1. Install dependencies

```sh
$ git clone https://github.com/sultan99/omr-testing.git
$ cd omr-testing
$ npm install
```

### 2. Run the app

```sh
$ npm start
```

It will start the development server with [HMR](https://webpack.github.io/docs/hot-module-replacement) on top of it.

> [http://localhost:3000](http://localhost:3000) — Development server

### 3. Run the storybook
```sh
$ npm run storybook
```
It will start the [storybook](https://storybook.js.org/) server.
> [http://localhost:9001](http://localhost:9001) — Storybook










## License

MIT © [Sultan Arziyev](https://github.com/sultan99)