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: over 1 year ago
JSON representation

Zig ~ Modern Website Scaffolding for front-end using fuse-box

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
```