generator-preact-app-starter

2.0.1 • Public • Published

generator-preact-app-starter

Getting started

This is a yoeman generator for a Preact app starter kit. To get started run these commands:

$ npm i -g yo

$ npm i -g generator-preact-app-starter

$ mkdir my-new-project && cd my-new-project

$ yo preact-app-starter

What do you get?

Scaffolds out a complete JavaScript library directory structure for a Preact app including a webpack config, babelrc and eslintrc files, and and example component and test file. The structure should look like this:

├── .babelrc
├── .eslintrc
├── .gitignore
├── LICENSE
├── README.md
├── package.json
├── webpack.config.js
└── __tests__/
|   └── index.js
└── public/
|    └── index.html
└── src/
    └── index.js

License

MIT

Package Sidebar

Install

npm i generator-preact-app-starter

Weekly Downloads

0

Version

2.0.1

License

MIT

Unpacked Size

14 kB

Total Files

16

Last publish

Collaborators

  • rnglnd