swanie21 / react-webpack-sass-enzyme

React boilerplate configured with webpack

Home Page:http://kirstenswanson.io/react-webpack-sass-enzyme/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Boilerplate configured with Webpack, Sass and Enzyme

This boilerplate allows you to immediately start building your app without having to wire up testing and styling.

To Use the Boilerplate

clone this repo

To start the server:

npm start

Open http://localhost:8080/ in the browser to view your app

To run the test suite:

npm test

The test suite includes a helper file that includes babel presets to transform ES6 to ES5. Now you can use Enzyme testing with ES6!

Sass is all wired up and ready to go! To make this happen these dependencies were installed:

npm install sass-loader style-loader css-loader node-sass --save-dev

About

React boilerplate configured with webpack

http://kirstenswanson.io/react-webpack-sass-enzyme/


Languages

Language:JavaScript 55.1%Language:CSS 38.3%Language:HTML 6.6%