@epickris/bootstrap-kit
Version:
User interface and behaviour framework based on Bootstrap.
14 lines (9 loc) • 698 B
Markdown
<h3 align="center">Bootstrap Kit</h3>
<p align="center">Bootstrap-powered user interface and behaviour framework.</p>
For the most straightforward development, open two Terminal tabs to execute `yarn run server` and `yarn run watch` at the same time.
## Scripts
The following yarn scripts are available to you in this repo. With the exception of `yarn start` and `yarn test`, the remaining scripts can be run from your command line with `yarn run scriptName`.
| Script | Description |
| --- | --- |
| `server` | Starts a local server (<http://localhost:3000>) for development |
| `watch` | Automatically recompiles CSS and JavaScript as it watches the `scss` and `js` directories for changes |