Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.3 KB

README.md

File metadata and controls

55 lines (37 loc) · 1.3 KB

Webpack starter

N|Solid

Webpack starter is a starter development and build workflow.

Tech

Webpack starter uses a number of open source projects to work properly:

Installation

Webpack starter requires Node.js v6+ to run.

Install the dependencies and devDependencies.

$ cd webpack-starter
$ npm install

Development

Build files and start webserver with livereload.

$ npm run dev

Build and minified

Build and minified in the dist folder.

$ npm run build

License

MIT Free Software, Hell Yeah!