Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanv92/react-error-component
React Error Component (simple error filter, with flexible ui)
https://github.com/sanv92/react-error-component
Last synced: about 2 months ago
JSON representation
React Error Component (simple error filter, with flexible ui)
- Host: GitHub
- URL: https://github.com/sanv92/react-error-component
- Owner: sanv92
- Created: 2018-01-29T00:06:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-29T00:17:45.000Z (almost 7 years ago)
- Last Synced: 2024-05-07T18:25:44.157Z (8 months ago)
- Language: JavaScript
- Size: 103 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Getting Started
#### WebStorm
- eslint: https://www.jetbrains.com/help/webstorm/eslint.html
- flow: https://blog.jetbrains.com/webstorm/2016/11/using-flow-in-webstorm/#### Install
```
> npm install
> npm run start:dev
```#### Webpack
```
- npm run start:dev
- npm run build
```