codemacabre / react-config

Default configuration for CodeMacabre React projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeMacabre React Config

JavaScript Style Guide Gitmoji License: Hippocratic 2.1

A relatively minimal React boilerplate configuration. This uses my (current) preferred toolset so is highly opinionated and entirely subject to change.

Details

Technologies used and supported in this stack are:

  • React 17
  • Webpack 5
  • Babel
  • Jest
  • Sass
  • ESLint + StandardJS

Usage

  1. Clone this repository using the shell command,
    git clone https://github.com/codemacabre/default-config.git
  2. In the cloned directory, run the following command to install packages and dependencies,
    npm i

Check the package.json for other commands, such as start and build.

License

All media content, style files, examples, and source code in this project are ethical open source software, offered under the Hippocratic License 2.1, a permissive license that enforces the licensee to comply with human rights principles and laws.

Other software packages and libraries used fall under their own respective licenses.

About

Default configuration for CodeMacabre React projects

License:Other


Languages

Language:JavaScript 60.4%Language:SCSS 31.9%Language:HTML 7.7%