1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-06-24 00:32:40 +02:00
Files
php-web-maker/webmaker
2018-06-01 10:50:40 +05:30
..
2018-06-01 10:50:40 +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.