An open API service indexing awesome lists of open source software.

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

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
```