project depend on node, cnpm and other 3rd-party lib
download [email protected] binary to your computer and add bin path to your environment
npm install -g cnpm --registry=https://registry.npm.taobao.org
cnpm install
cnpm run build-client && cnpm run build-server && cnpm run server
also support
dev-client
dev-server
command to use in develop progress, and magic HMR withdev
command
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p