mirror of https://github.com/Squidex/squidex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
1 year ago | |
|---|---|---|
| .. | ||
| src | 1 year ago | |
| .gitignore | 1 year ago | |
| README.md | 4 years ago | |
| package-lock.json | 1 year ago | |
| package.json | 4 years ago | |
| preact.config.js | 4 years ago | |
| tsconfig.json | 4 years ago | |
README.md
sdk
CLI Commands
-
npm install: Installs dependencies -
npm run dev: Run a development, HMR server -
npm run serve: Run a production-like server -
npm run build: Production-ready build -
npm run lint: Pass TypeScript files using ESLint -
npm run test: Run Jest and Enzyme withenzyme-adapter-preact-purefor your tests
For detailed explanation on how things work, checkout the CLI Readme.