UNPKG

@qutejs/create

Version:

Init a qute project

29 lines (17 loc) 383 B
# %%name%% Describe your application here # Building ## Build libraries ``` npm run build ``` ## Run tests ``` npm test ``` ## Start the local development server ``` npm start ``` **Note** The `start` command is failing on **node 10** and node versions between **11.7.0** and **12.0.0**, due to a *too many open files* bug. See https://github.com/nodejs/node/issues/25856