Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 685 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 685 Bytes

Boilerplate for Typescript in Vite enviroment.

To use this starter clone the repository first, then run in a terminal the "npm install" command inside the folder, in order to install the dependencies. To initialize the local server open a new terminal and inside the folder run "npm run dev". In a new terminal run the command "npm run deploy-w". This last command allows you to program in Typescript in the "src" directory and automatically deploy vanilla JavaScript continuously in the "dist" directory. The file structure accepts you to create as many modules as you want in "scr/js/modules" directory, the files will be automatically created and deployed in the "dist" folder.