toddsby / react-ava-context-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React && Redux && SASS && Parcel

Parcel starter

Maintainers: Drew Toddsby

Overview

Parcel starter to quickly build react prototypes with zero config. redux, sass, enzyme, and ava out of the box.

Requirements

Node >= v8

Usage

npm install

# local dev
npm run start
# open http://localhost:1234 in browser

# build for production
npm run build

Helpful Parcel Resources

React app with Parcel React test app with Parcel Parcel Docs Prototyping with Parcel Parcel Github Babel v7 changelog Browserlist Babel Browser Targets React Parcel Quickstart

About


Languages

Language:JavaScript 72.6%Language:CSS 17.3%Language:SCSS 7.2%Language:HTML 2.9%