Skip to content

This starter for using Preact, Parcel and Typescript without any CSS framework, inspiration from here : https://denys.dev/preact-project-with-typescript-and-parcel/

License

Notifications You must be signed in to change notification settings

artileda/preact-typescript-parcel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Preact + Typescript + Parcel

This is starter for using Preact + Typescript + Parcel.

+ src
    +-- components
        +-- In here contain components for pages inside folder
        +-- app.tsx, this for layouting and routing.
    +-- pages
        +-- In here contain routable pages for defined on components/app.tsx

How to use this

  • Use generate this as template repo or just clone it (git clone https://github.com/ywnn/preact-typescript-parcel)
  • run yarn install or npm install
  • then run yarn start or npm run start
  • for building run yarn build or npm run build

Reproduce

yarn init -y
yarn add typescript parcel-bundler -D
yarn add preact

LICENSE

UNLICENSE Sublicense as you want.

About

This starter for using Preact, Parcel and Typescript without any CSS framework, inspiration from here : https://denys.dev/preact-project-with-typescript-and-parcel/

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published