Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (19 loc) · 514 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 514 Bytes

aurelia2-tailwindcss

This project is bootstrapped by aurelia/new.

Start dev web server

npm start

Build the app in production mode

npm run build

It builds all files to dist folder. To deploy to production server, copy all the dist/* files to production root folder.

For example

dist/index.html
dist/foo.12345.js

Copy to production root folder

root_folder/index.html
root_folder/foo.12345.js

Analyze webpack bundle

npm run analyze