Home

Awesome

<h1 align="center"> Vanilla Preact </h1> <p align="center"> Vanilla Preact is a barebones starter kit for building <a href="https://preactjs.com">Preact</a> applications without build or tooling. </p> <p> <img alt="Preact App in Action" src="https://user-images.githubusercontent.com/48409548/94811421-c8367f00-040e-11eb-94d3-b3f69e649cad.png"> </p>

Development

To get a local copy of the code, clone it using git:

git clone https://github.com/SafdarJamal/vanilla-preact.git
cd vanilla-preact

Make it your own:

rm -rf .git && git init
git add .
git commit -m "Initial commit"

Go inside src directory:

cd src

Now, you need to start a local web server. The easiest way to do this is to use any of the following options:

Download Web Server for Chrome

OR

Install http-server globally:

npm install http-server -g

This will install http-server globally so that it may be run from the command line anywhere.

http-server

OR

Use Python's SimpleHTTPServer:

python -m SimpleHTTPServer

Contributing

Contributions, issues, and feature requests are welcome.

Support

Give a ⭐️ if this project helped you!

License

Licensed under the MIT License.