Skip to content

Instantly share code, notes, and snippets.

View zonender's full-sized avatar

Asim Abdelgadir zonender

View GitHub Profile
{
"name": "react-redux-weback2-starter",
"version": "1.0.0",
"description": "Starter kit with React, Redux and Webpack2",
"scripts": {
"prestart": "babel-node buildScripts/startMessage.js",
"start": "npm-run-all --parallel security-check open:src",
"open:src": "babel-node buildScripts/srcServer.js",
"security-check": "nsp check",
"localtunnel": "lt --port 3000",