Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codebrahma/codebrahma-react-boilerplate
A React Boilerplate with all the latest packages.
https://github.com/codebrahma/codebrahma-react-boilerplate
boilerplate front-end react
Last synced: 2 months ago
JSON representation
A React Boilerplate with all the latest packages.
- Host: GitHub
- URL: https://github.com/codebrahma/codebrahma-react-boilerplate
- Owner: Codebrahma
- License: mit
- Created: 2018-04-20T18:41:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-29T13:26:54.000Z (about 2 years ago)
- Last Synced: 2023-08-01T05:57:49.445Z (over 1 year ago)
- Topics: boilerplate, front-end, react
- Language: JavaScript
- Homepage:
- Size: 2.8 MB
- Stars: 19
- Watchers: 6
- Forks: 14
- Open Issues: 25
-
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
```