1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-28 17:20:13 +02:00
Files
php-web-maker/webmaker
2018-06-15 17:15:57 +05:30
..
2018-06-15 17:15:57 +05:30
2018-05-24 03:00:35 +05:30
2018-06-14 01:50:23 +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.