1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-27 00:30:09 +02:00
Files
php-web-maker/webmaker
2018-06-15 19:10:22 +05:30
..
2018-06-15 17:30:14 +05:30
2018-05-24 03:00:35 +05:30
2018-05-24 03:00:35 +05:30

webmaker

CLI Commands

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# test the production build locally
npm run serve

# run tests with jest and preact-render-spy 
npm run test

For detailed explanation on how things work, checkout the CLI Readme.