Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cd-react-boilerplate

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cd-react-boilerplate

cd-react-boilerplate

  • 0.1.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
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

Package last updated on 03 Apr 2016

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc