Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gplopes/zig
Zig ~ Modern Website Scaffolding for front-end using fuse-box
https://github.com/gplopes/zig
fuse-box javascript sass starter-kit
Last synced: 2 months ago
JSON representation
Zig ~ Modern Website Scaffolding for front-end using fuse-box
- Host: GitHub
- URL: https://github.com/gplopes/zig
- Owner: gplopes
- Created: 2017-07-14T08:37:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-07T11:43:12.000Z (over 7 years ago)
- Last Synced: 2024-05-07T10:41:25.145Z (8 months ago)
- Topics: fuse-box, javascript, sass, starter-kit
- Language: JavaScript
- Homepage: https://github.com/gplopes/zig
- Size: 138 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zig
###### Modern Website Scaffolding for front-end using fuse-box
## Quick start
1. Install zig-cli globally:
```
> $ npm install -g zig-cli
```2. You can run zig command and download the latest files:
```
> $ zig -d [folder_name]
```3. You can run the server
```
> $ npm start
```