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

https://github.com/cf12/react-base

My personal React, Babel, & Webpack base
https://github.com/cf12/react-base

babel javascript nodejs react webpack website

Last synced: 3 months ago
JSON representation

My personal React, Babel, & Webpack base

Awesome Lists containing this project

README

          

# React Base
This repo contains my own personalized base setup for website projects.
It contains the following:
- React
- Webpack v4.5.0
- Babel Env Loader
- Support for SCSS, as well as normal CSS
- Normalize.css
- PostCSS Support
- Font loading support

Still needs work, but it's pretty minimalistic and doesn't require much effort to use, which is an automatic thumbs up for me. ;D

## Coding Standards
This project uses the Standard JS Coding Style. Most of my Javascript projects are coded with the Standard JS Coding Style.
You can learn more about the project here: https://standardjs.com/

[![JavaScript Style Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)