https://github.com/sultan99/omr-testing
https://github.com/sultan99/omr-testing
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sultan99/omr-testing
- Owner: sultan99
- Created: 2018-06-03T19:40:44.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-10T18:27:56.000Z (about 8 years ago)
- Last Synced: 2025-04-02T06:38:06.707Z (about 1 year ago)
- Language: JavaScript
- Size: 332 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)