https://github.com/cherifgsoul/can-tailwindcss-webpack
Canjs, Tailwindcss and Webpack template
https://github.com/cherifgsoul/can-tailwindcss-webpack
canjs frontend javascript jest js tailwindcss template webpack
Last synced: 3 months ago
JSON representation
Canjs, Tailwindcss and Webpack template
- Host: GitHub
- URL: https://github.com/cherifgsoul/can-tailwindcss-webpack
- Owner: cherifGsoul
- Created: 2022-01-10T23:00:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-06T19:31:00.000Z (about 3 years ago)
- Last Synced: 2024-12-30T22:32:26.232Z (5 months ago)
- Topics: canjs, frontend, javascript, jest, js, tailwindcss, template, webpack
- Language: JavaScript
- Homepage:
- Size: 336 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 Canjs, Tailwindcss and Webpack template!
## Create a project:
The prefered way to create a Canjs project from this template is by using degit
```shell
npx degit cherifGsoul/can-tailwindcss-webpack my-canjs-project
```## Start local server and watch mode:
```
npm run serve
```
## Build```
npm run build
```or
```
yarn build
```