Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanv92/react-simple-blog
https://github.com/sanv92/react-simple-blog
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sanv92/react-simple-blog
- Owner: sanv92
- Created: 2017-12-20T13:05:29.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-25T14:54:47.000Z (about 7 years ago)
- Last Synced: 2024-05-07T18:25:44.342Z (8 months ago)
- Language: JavaScript
- Size: 1.2 MB
- Stars: 3
- 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
```