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

react-pivot-table

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-pivot-table

Simple pivot table written as React.js component.

  • 0.1.0
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

#+TITLE: React-ES6 Starter Project

This is a starter project for React programmers. The project uses:

  1. [[http://facebook.github.io/react/][React.js]]
  2. [[http://gaearon.github.io/react-hot-loader/][Babel Hot Loader]].
  3. [[http://webpack.github.io/docs/webpack-dev-server.html][Webpack dev server]]
  4. [[https://github.com/cucumber/cucumber-js][Cucumber-js to automate testing]]
  5. [[https://www.gnu.org/software/make/][GNU Make]] to simplify running useful CLI commands

To get started clone the repo, delete the .git folder and start a new program.

** Getting Setup

This software needs to be installed before you can build the project.

1. Node.js / NPM

All other developer tools come from NPM. Install them with:

#+BEGIN_SRC sh make install-prereqs #+END_SRC

Install development and runtime dependencies with:

#+BEGIN_SRC sh npm install #+END_SRC

** Build Project

To run the development server:

#+BEGIN_SRC sh make #+END_SRC

To bundle the project:

#+BEGIN_SRC sh make bundle #+END_SRC

To run the tests:

#+BEGIN_SRC sh make test #+END_SRC

To lint the code:

#+BEGIN_SRC sh make lint #+END_SRC

FAQs

Package last updated on 26 Aug 2015

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