1.0.2 • Published 4 years ago

@mirkonz/boilerplate v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Webpack / Typescript / TailwindCSS / PostCSS & Jest Boilerplate

semantic-release

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