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

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

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

choo example example-app

Last synced: 8 months ago
JSON representation

An example of choo application

Awesome Lists containing this project

README

          

# choo-example

> An example of choo application

## Install

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

## Run

```sh
npm start
```

## Test

```sh
npm test
```

## Build

```sh
npm run build
```

## Under the hood

* [choo](https://github.com/choojs/choo)
* [choo-log](https://github.com/choojs/choo-log)
* [choo-persist](https://github.com/yoshuawuyts/choo-persist)
* [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