3.0.0 • Published 7 years ago

pura v3.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

Pura

Pura is an opinionated, but lightweight project starter kit. Powered by ES2015, Node.js, Webpack and more!

Requirements

  • Node 7.7+ (use nvm to manage your Node versions!)
  • Yarn npm i -g yarn

Setting up

  1. Clone/download pura to your machine
  2. Run yarn to install dependencies

Adding new packages

Do not use npm to install packages. Instead, use yarn add [package]. Yarn CLI docs on adding new dependencies.

Tasks

TaskRole
yarn start/yarn devWatch for changes to new files.
yarn buildBuild the project to the dist/ directory.

Documentation

SectionDescription
SettingsWhen you need to change project-wide settings in your project
Webpack & JS ModulesHow to utilize Webpack for functionality like code splitting and more
Icons & SpritesAdd new icons to the spritesheet that can be used via HTML or CSS