0.1.1 • Published 7 years ago

generator-webapp-parcel v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

generator-webapp-parcel NPM version Build Status Dependency Status Coverage percentage

Modern web app based on Parcel for zero-config ES6 & PostCSS

Installation

First, install Yeoman and generator-webapp-parcel using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-webapp-parcel

Then generate your new project:

yo webapp-parcel

Development

It's easy to bring up a development server on http://localhost:1234:

npm install
npm start

License

MIT © Dražen Lučanin