1.0.2 • Published 5 years ago
@mirkonz/boilerplate v1.0.2
Webpack / Typescript / TailwindCSS / PostCSS & Jest Boilerplate
with ESLint, Prettier, Husky and lint-staged for a modern developer-workflow.
Installation
Run:
npm i -g @mirkonz/boilerplate
npx @mirkonz/boilerplate init my-new-project-namewhich creates a my-new-project-name project folder in the current directory including the boilerplate.
To get started run
cd my-projectnpm iTo setup a CICD pipeline run the following command:
npx semantic-release-cli setupAdd NPM_TOKEN Secret to your Github repo settings
Customize the ./src folder and the all the configs to you liking. 🚀
Start dev server:
npm startRun production build:
npm run buildTip
The favicons can be configured in the webpack.config.js