UNPKG

react-redux-starter-thibault

Version:

Starter Kit for React + Redux application with Webpack

14 lines (9 loc) 147 B
.PHONY: start debug build test watch lint start: npm start debug: npm run start:debug build: npm run build lint: npm run lint