1.0.1 • Published 8 years ago
lazynerd-devtools v1.0.1
lazynerddevtools
A set of front-end development tools.
Setup
- Install this library as dependency.
npm install lazynerd-devtools --save-devCreate webpack config(s). See
templates/webpack.config.jsfor an example.To enable eslint in editor, copy
templates/.eslintrc.jsinto root of the new project.To use storybook, install
@storybook/reactin the new project. This was listed aspeerDependenciesof this project so it won't be installed by default.Copy the scripts from
templates/package.jsonintopackage.jsonof the new project.