0.4.2 • Published 9 years ago

tradie-template-react v0.4.2

Weekly downloads
8
License
MIT
Repository
github
Last release
9 years ago

tradie-template-react

A React template for tradie.

Creates a Hello World! app using react, written in ES2015 and JSX.

Features:

  • linting of scripts
  • bundling of scripts, including:
    • transpilation
    • minification
  • bundling of styles, including:
    • @importing styles from npm packages
    • @importing styles once to avoid redundant bytes
    • rewriting relative asset URLs and copying assets
    • autoprefixer
    • minification
  • testing of scripts, including:
    • chai's expect global for assertions
    • render() global for shallow rendering of react components
    • $ global for assertions on react virtual-dom trees
  • static server
  • livereloading

Installation

npm install -g tradie tradie-template-react

Usage

mkdir my-react-project && cd my-react-project
tradie init --force --template=react
npm install
0.4.2

9 years ago

0.4.1

9 years ago

0.4.0

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.1

9 years ago