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
- Host: GitHub
- URL: https://github.com/andrepolischuk/choo-example
- Owner: andrepolischuk
- License: mit
- Created: 2017-07-10T12:17:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-10T15:24:02.000Z (over 8 years ago)
- Last Synced: 2025-01-04T01:55:02.268Z (9 months ago)
- Topics: choo, example, example-app
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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