Skip to content

Simple website with typescript and webpack without any app (angular/recat/vue/...).

Notifications You must be signed in to change notification settings

SMAH1/WebsiteWithTypescriptAndWebpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple website with typescript and webpack without any app (angular/react/vue/...).

Structure

.
├── package.json
├── tsconfig.json
├── webpack.config.js

├── src/
│   ├── html/index.html
│   └── ts/main.ts

└── build/

  • File package.json: Configuration of project and dependencies
  • File tsconfig.json: Configuration of typescript
  • File webpack.config.js: Configuration of webpack (build, run, ...)
  • Directory build: Output of project (html, js, ...)
  • Directory src/html: Static files of project (*.html)
  • Directory src/ts: Code files of project (*.html)

How use

Install

npm install

Run

npm start

Now, open internet browser and show site.

How to run

Next

  • Clone project
  • Add your dependencies
  • Create/Change html file or ts files
  • See result

About

Simple website with typescript and webpack without any app (angular/recat/vue/...).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published