Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 796 Bytes

README.md

File metadata and controls

47 lines (38 loc) · 796 Bytes

19h47-scripts

Installation

yarn add 19h47/19h47-scripts

Usage

yarn 19h47-scripts dev
yarn 19h47-scripts prod

Folder src

node_modules
src
├── fonts
│   └── font.woff2
├── icons
│   └── icon.svg
├── img
│   ├── jpg
│	│   └── img.jpg
│   ├── png
│	│   └── img.png
│   └── svg
│	    └── img.svg
├── scripts
│   └── app.js
├── stylesheets
│   ├── styles.scss
│	└── styles.css
└── index.js
package.json
tailwind.config.json

Inspiration

This is inspired by react-scripts and kcd-scripts.