Skip to content

Shapsberg/TS-Vite-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.8%
  • JavaScript 5.2%