pura
v3.0.0
Published
Pura is an opinionated, but lightweight project starter kit. Powered by ES2015, Node.js, Webpack and more!
Readme
Pura
Pura is an opinionated, but lightweight project starter kit. Powered by ES2015, Node.js, Webpack and more!
Requirements
Setting up
- Clone/download pura to your machine
- Run
yarnto 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 |
