pura

3.0.0 • Public • Published

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

Task Role
yarn start/yarn dev Watch for changes to new files.
yarn build Build the project to the dist/ directory.

Documentation

Section Description
Settings When you need to change project-wide settings in your project
Webpack & JS Modules How to utilize Webpack for functionality like code splitting and more
Icons & Sprites Add new icons to the spritesheet that can be used via HTML or CSS

Readme

Keywords

none

Package Sidebar

Install

npm i pura

Weekly Downloads

0

Version

3.0.0

License

MIT

Last publish

Collaborators

  • aaronbushnell