A React
build tool-chain that uses Webpack
, Jest
, and ESLint
npm install
to install dependencies
npm start
starts a server onlocalhost:8080
for developmentnpm test
runsJest
testsnpm run-script lint
runsESLint
againstapp
directorynpm run-script build
builds production bundle indist
directory