stoke-react-scripts

2.4.0 • Public • Published

stoke-react-scripts

Common scripts for running React-based apps and websites.

Features

  • Babel (Latest ES + Stage 2, async functions)
  • Webpack 3
  • CSS Compilation
    • SASS + PostCSS (autoprefixer, pxtorem, and automatic flexbox fixes)
  • Development
    • Hot reloading of React components and CSS
  • Production
  • Supported Browsers: last 2 major versions of current browsers, IE11, > 1% in US
    • Configured in CSS Autoprefixer
    • Promise polyfill for IE11

Installation

  1. In your repo, run: yarn add stoke-react-scripts or npm install stoke-react-scripts --save.

  2. Add the following to your package.json file:

{
  "scripts": {
    "dev": "stoke-react-scripts dev",
    "build": "stoke-react-scripts build"
  }
}

Usage

Development server

npm run dev

Production build

npm run build

Conventions

Client

  • Entry point should be src/client/index.js
  • SCSS is extracted from import statements

Server

  • Entry point should be src/server/index.js

Learn by Example

Check out webpack-react-localcss-boilerplate for an example project setup.


Inspired by react-scripts.

Readme

Keywords

none

Package Sidebar

Install

npm i stoke-react-scripts

Weekly Downloads

12

Version

2.4.0

License

MIT

Last publish

Collaborators

  • mrwade