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.
559 B
559 B
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.