@mirkonz/boilerplate
v1.0.2
Published
Webpack / Typescript / TailwindCSS / PostCSS Boilerplate
Downloads
1
Readme
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-name
which creates a my-new-project-name
project folder in the current directory including the boilerplate.
To get started run
cd my-project
npm i
To setup a CICD pipeline run the following command:
npx semantic-release-cli setup
Add NPM_TOKEN Secret to your Github repo settings
Customize the ./src
folder and the all the configs to you liking. 🚀
Start dev server:
npm start
Run production build:
npm run build
Tip
The favicons can be configured in the webpack.config.js