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
- Host: GitHub
- URL: https://github.com/andrepolischuk/dact-example
- Owner: andrepolischuk
- License: mit
- Created: 2017-03-25T15:28:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-06T12:41:26.000Z (almost 9 years ago)
- Last Synced: 2025-01-04T01:55:01.403Z (about 1 year ago)
- Topics: dact, example, example-app
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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