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
- Host: GitHub
- URL: https://github.com/cf12/react-base
- Owner: cf12
- License: mit
- Created: 2017-08-14T02:09:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-25T02:59:51.000Z (almost 8 years ago)
- Last Synced: 2025-01-25T07:41:46.327Z (over 1 year ago)
- Topics: babel, javascript, nodejs, react, webpack, website
- Language: JavaScript
- Size: 867 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/
[](https://github.com/feross/standard)