Really basic starter. This build has a very minimal typescript setup with webpack, and webpack dev server. It has been added css-preprocessor sass
and its loader, and some useful loaders and plugins. Use this as a quick way to get started if you intend to build your webpack config yourself.
# Using npx
npx degit https://github.com/My-Project-Template/solid-ts-webpack5.git YOUR_PROJECT_DIRECTORY
npm i
# Using yarn
yarn dlx degit https://github.com/My-Project-Template/solid-ts-webpack5.git YOUR_PROJECT_DIRECTORY
yarn
# Using pnpm
pnpm dlx degit https://github.com/My-Project-Template/solid-ts-webpack5.git YOUR_PROJECT_DIRECTORY
pnpm up