1.0.1 • Published 6 years ago

lazynerd-devtools v1.0.1

Weekly downloads
1
License
Apache-2
Repository
github
Last release
6 years ago

lazynerddevtools

A set of front-end development tools.

Setup

  • Install this library as dependency.
npm install lazynerd-devtools --save-dev
  • Create webpack config(s). See templates/webpack.config.js for an example.

  • To enable eslint in editor, copy templates/.eslintrc.js into root of the new project.

  • To use storybook, install @storybook/react in the new project. This was listed as peerDependencies of this project so it won't be installed by default.

  • Copy the scripts from templates/package.json into package.json of the new project.