npm init qwik@latest
npm init qwik@latest <starter> <projectName>
npm init qwik@latest todo my-app
const { getStarters, generateStarter } = require('create-qwik');
const starters = await getStarters();
console.log(starters);
const opts = {
projectName: 'my-project',
appId: 'todo',
serverId: 'express',
outDir: '/path/to/output/dir',
featureIds: [],
};
const result = await generateStarter(opts);
console.log(result);
- Ping us at @QwikDev
- Join our Discord community.
- Join our weekly office hours