🚀 preact-minimal
Minimal preact structure.
Preact is just soooooo fast! ⚡ ⚡ ⚡
But when you have an idea and want to start coding right away, then it becomes really hard and time consuming to setup and have your application ready to start your development.
preact-minimal comes to save your time providing you with the minimal and sufficient kit of tools you need.
What's included?
Demo
https://preact-minimal.aganglada.com
Want to start right now?
Follow this steps
git clone [email protected]:aganglada/preact-minimal.git
cd preact-minimal
npm i
Run the dev server
npm run dev
Buala! You can start developing now on http://localhost:4000
Build assets for production
npm run prod
Running this command will create an assets
folder that you can expose to your server.
Production mode in local
npm run start
You can check on http://localhost:8080
Preact Developer Tools
You can inspect and modify the state of your Preact UI components at runtime using the React Developer Tools browser extension.
- Install the React Developer Tools extension
- Import the
preact/devtools
module in your app - Reload and go to the 'React' tab in the browser's development tools
Contributing
I would love to see you contributing to preact-minimal, also by giving feedback. If you think something is missing, create a new issue.
Pull request are more than welcome ❤️️
License
MIT