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

https://github.com/andrepolischuk/dact-example

An example of dact application
https://github.com/andrepolischuk/dact-example

dact example example-app

Last synced: 11 months ago
JSON representation

An example of dact application

Awesome Lists containing this project

README

          

# dact-example

> An example of dact application

## Install

```sh
git clone https://github.com/andrepolischuk/dact-example
cd dact-example
npm install
```

## Run

```sh
npm start
```

## Test

```sh
npm test
```

## Build

```sh
npm run build
```

## Under the hood

* [dact](https://github.com/andrepolischuk/dact)
* [dact log](https://github.com/andrepolischuk/dact-log)
* [bel](https://github.com/shama/bel)
* [nanomorph](https://github.com/yoshuawuyts/nanomorph)
* [webpack](https://github.com/webpack/webpack)
* [babel](https://github.com/babel/babel)
* [css modules](https://github.com/css-modules/css-modules)
* [postcss](https://github.com/postcss/postcss)
* [cssnext](https://github.com/MoOx/postcss-cssnext)
* [standard style](https://github.com/feross/standard)

## License

MIT