@webcoda/boilerplatev-template
v0.0.13
Published
Generated on <%= (new Date).toISOString().split('T')[0] %> using [<%= pkg.name %>@<%= pkg.version %>](<%= pkg.homepage %>) based on [<%= boilerplatevTemplatePkg.name %>@<%= boilerplatevTemplatePkg.version %>](<%= boilerplatevTemplatePkg.homepage %>)
Downloads
8
Readme
<%= projectName %> README
Generated on <%= (new Date).toISOString().split('T')[0] %> using <%= pkg.name %>@<%= pkg.version %> based on <%= boilerplatevTemplatePkg.name %>@<%= boilerplatevTemplatePkg.version %>
Description
This is an example readme file. Describe your site/app here.
Technologies used
Build
JavaScript
Styles
Markup
Optimization
Code Management
Automated tasks
This project uses Webpack to run automated tasks for development and production builds. The tasks are as follows:
yarn dev
: initialize or do everyday developmentyarn build
: Builds and copies out production files through compilation of preprocessors and optimization of images to the destionation folderyarn build-develop
: Builds and copies development out files through compilation of preprocessors and optimization of images to the destionation folder (development mode)yarn d
: alias foryarn dev
yarn b
: alias foryarn build
yarn bd
: alias foryarn build-develop