An open API service indexing awesome lists of open source software.

https://github.com/xtuc/c-webpack-demo

Just import c code in your JavaScript project
https://github.com/xtuc/c-webpack-demo

Last synced: 12 months ago
JSON representation

Just import c code in your JavaScript project

Awesome Lists containing this project

README

          

# Bundling C demo

It's using https://github.com/xtuc/holyc for the compilation, It will likely **only work for Linux**.

## Usage

Install:
```sh
npm install
```

Webpack:
```sh
webpack -w
```

Web server:
```sh
http-server .
```

and go to [http://localhost:8080/dist](http://localhost:8080/dist/).