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

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

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
```