/webpack-template

Babel + Typescript + Jest + ESLint + Prettier + TailwindCSS + Webpack

Primary LanguageJavaScript

repo-name

Project name

Setup

  • Install dependencies: npm i
  • Start dev server: npm start
  • Build project: npm run build
  • Test project: npm test

Notes

  • To remove TailwindCSS, navigate to the repository folder and run removeTailwind.sh in your terminal:

    ./removeTailwind.sh
    
  • Allow read and write permissions for GitHub Actions to work!