__checks__ | ||
_templates | ||
.github/workflows | ||
.husky | ||
api | ||
docs | ||
public | ||
src | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.lintstagedrc | ||
.lintstagedrc.bak | ||
.npmrc | ||
.prettierrc.json | ||
.stylelintignore | ||
.stylelintrc | ||
CHANGELOG.txt | ||
codegen.yml | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json | ||
vercel.json | ||
vite.config.ts |
How to start
npm install
npm start
with different backends
npm run start:local
npm run start:production
npm run start:staging
Useful commands
run checks
npm run check
type checking with watch
npm run typecheck:watch
Code generation
generate new SolidJS context:
npx hygen context new NewContextName