https://github.com/codebrahma/imgur-client-app
Imgur client application build with React
https://github.com/codebrahma/imgur-client-app
imgur-api react react-context react-hook
Last synced: about 2 months ago
JSON representation
Imgur client application build with React
- Host: GitHub
- URL: https://github.com/codebrahma/imgur-client-app
- Owner: Codebrahma
- License: mit
- Created: 2019-06-18T08:56:05.000Z (almost 7 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-08T18:15:24.000Z (over 3 years ago)
- Last Synced: 2026-01-21T07:17:11.805Z (2 months ago)
- Topics: imgur-api, react, react-context, react-hook
- Language: JavaScript
- Homepage: https://cb-imgur.netlify.com/
- Size: 2.03 MB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# Codebrahma-React-Boilerplate
A React Boilerplate with all the latest packages.
#### 1. React V16.8.4
#### 2. Webpack 4.29.6
#### 3. Style using SASS / CSS
#### 4. Code spliting with lazy and suspense
#### 5. Uglification & URL hashing for js builds
### For Installing
```javascript
npm install
```
### Linting
```javascript
npm run lint
```
### Building
```javascript
npm run build
```