Picsur/frontend
2022-02-23 11:50:18 +01:00
..
src add basic frontend 2022-02-23 11:50:18 +01:00
.gitignore add basic frontend 2022-02-23 11:50:18 +01:00
package.json add basic frontend 2022-02-23 11:50:18 +01:00
README.md add basic frontend 2022-02-23 11:50:18 +01:00
tsconfig.json add basic frontend 2022-02-23 11:50:18 +01:00
yarn.lock add basic frontend 2022-02-23 11:50:18 +01:00

Imagur

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 with enzyme-adapter-preact-pure for your tests

For detailed explanation on how things work, checkout the CLI Readme.