Fennec CI/CD Web UI。
.vscode | ||
src | ||
tests | ||
.DS_Store | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.prettierignore | ||
.prettierrc | ||
apollo.config.js | ||
codegen.yml | ||
graphql.schema.json | ||
jest.config.js | ||
package-lock.json | ||
package.json | ||
postcss.js | ||
preact.config.js | ||
README.md | ||
stylelint.config.js | ||
tailwind.config.js | ||
tsconfig.eslint.json | ||
tsconfig.json |
fennec-fe
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-pure
for your tests
For detailed explanation on how things work, checkout the CLI Readme.