Socket
Socket
Sign inDemoInstall

cd-react-boilerplate

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cd-react-boilerplate

cd-react-boilerplate


Version published
Weekly downloads
1
Maintainers
1
Created
Weekly downloads
 

Readme

Source

React Boilerplate

Includes
  • webpack
  • eslint
  • babel
  • jest
  • less
  • webpack-dev-server (optional)
  • lite-server (browserSync wrapper, preferred method)
  • istanbul
Installation
$ git clone https://github.com/mikeerickson/cd-react-boilerplate
$ npm install 
Tasks
$ gulp less    // build less (dont want in js stream)

$ gulp eslint  // stand alone linting (also covered with webpack)

$ gulp mocha   // non jest tests

$ gulp copy    // copy assets to destination (fonts, vendor, index)
Tests
$ npm test // all tests via jest, mocha and istanbul

or 

$ gulp mocha
$ jest

License MIT

Credits

cd-react-boilerplate written by Mike Erickson

E-Mail: codedungeon@gmail.com

Twitter: @codedungeon

Website: codedungeon.org

Keywords

FAQs

Last updated on 03 Apr 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc