Skip to content

sglenns/vite-ts-angularjs-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vite-ts-angularjs-starter

forked from supertorpe's vite-ts-angularjs-starter

This repo contains a typescript angularjs project template using vite.

Getting started

Clone this repository and install its dependencies:

git clone https://github.com/supertorpe/vite-ts-angularjs-starter.git
cd vite-ts-angularjs-starter
npm install

npm run dev launches a server with hot reloading. Navigate to localhost:3000.

npm run build builds the application to dist, generating two bundles for differential serving.

npm run serve launches a server over the previous build.

License

MIT.

About

AngularJS Typescript starter with Vite

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 60.8%
  • HTML 22.9%
  • JavaScript 14.8%
  • CSS 1.5%