1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-06-25 17:22:38 +02:00
Files
php-web-maker/webmaker
2018-05-31 01:58:11 +05:30
..
2018-05-31 01:58:11 +05:30
2018-05-24 03:00:35 +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.