All Projects → aganglada → Preact Minimal

aganglada / Preact Minimal

Licence: mit
🚀 Minimal preact structure

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Preact Minimal

Preact Starter
Webpack3 boilerplate for building SPA / PWA / offline front-end apps with Preact
Stars: ✭ 384 (+182.35%)
Mutual labels:  webpack, starter-kit, pwa, preact, progressive-web-app
Gulp Scss Starter
Frontend development with pleasure. SCSS version
Stars: ✭ 339 (+149.26%)
Mutual labels:  webpack, babel, starter-kit, yarn
Wordpress Starter
📦 A starter template for WordPress websites
Stars: ✭ 26 (-80.88%)
Mutual labels:  webpack, babel, starter-kit, yarn
Colors App
🎨 A PWA for copying values from popular color palettes. Supports HEX, RGB, and HSL formats.
Stars: ✭ 90 (-33.82%)
Mutual labels:  pwa, preact, progressive-web-app
Starter React Flux
Generate your React PWA project with TypeScript or JavaScript
Stars: ✭ 65 (-52.21%)
Mutual labels:  webpack, babel, pwa
Tkframework
react + relay + redux + saga + graphql + webpack
Stars: ✭ 83 (-38.97%)
Mutual labels:  webpack, babel, jsx
Tris Webpack Boilerplate
A Webpack boilerplate for static websites that has all the necessary modern tools and optimizations built-in. Score a perfect 10/10 on performance.
Stars: ✭ 1,016 (+647.06%)
Mutual labels:  webpack, babel, pwa
Reactly Starter Kit
Deployable React + Webpack 2 starter kit
Stars: ✭ 122 (-10.29%)
Mutual labels:  webpack, babel, starter-kit
Meteor Apollo Starter Kit
Meteor, Apollo, React, PWA, Styled-Components boilerplate
Stars: ✭ 91 (-33.09%)
Mutual labels:  starter-kit, pwa, progressive-web-app
Webpack Starter
✨ A lightweight foundation for your next webpack based frontend project.
Stars: ✭ 1,745 (+1183.09%)
Mutual labels:  webpack, babel, starter-kit
Serverless Webpack
Serverless plugin to bundle your lambdas with Webpack
Stars: ✭ 1,595 (+1072.79%)
Mutual labels:  webpack, webpack-configuration, babel
Js Toolbox
CLI tool to simplify the development of JavaScript apps/libraries with little to no configuration. (WORK IN PROGRESS/PACKAGE NOT PUBLISHED).
Stars: ✭ 53 (-61.03%)
Mutual labels:  webpack, babel, jsx
Webxr Webpack Boilerplate
Starter Kit for building rich, immersive WebXR projects (featuring A-Frame) PWA with Webpack and SASS
Stars: ✭ 48 (-64.71%)
Mutual labels:  webpack, starter-kit, pwa
React Boilerplate
This project is deprecated. Please use CRA instead.
Stars: ✭ 88 (-35.29%)
Mutual labels:  webpack, babel, yarn
React Es6 Padawan To Jedi Book
Uma introdução simples e completa para React usando ES6 e Babel.
Stars: ✭ 46 (-66.18%)
Mutual labels:  webpack, babel, jsx
Webpack Core Usage
webpack2完整系列课程,欢迎阅读。同时欢迎移步我的react全家桶文章全集: https://github.com/liangklfangl/react-article-bucket
Stars: ✭ 94 (-30.88%)
Mutual labels:  webpack, webpack-configuration, babel
React Most Wanted
React starter kit with "Most Wanted" application features
Stars: ✭ 1,867 (+1272.79%)
Mutual labels:  starter-kit, pwa, progressive-web-app
Monitaure
🔔 A server uptime monitoring progressive web application - NO LONGER MAINTAINED
Stars: ✭ 135 (-0.74%)
Mutual labels:  webpack, pwa, progressive-web-app
React Redux Auth0 Kit
Minimal starter boilerplate project with CRA, React, Redux, React Router and Auth0 authentication
Stars: ✭ 115 (-15.44%)
Mutual labels:  webpack, babel, minimal
Preact Boilerplate
🎸 Ready-to-rock Preact starter project, powered by Webpack.
Stars: ✭ 959 (+605.15%)
Mutual labels:  webpack, pwa, preact

Preact

🚀 preact-minimal

Minimal preact structure.

Build Status

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.

  1. Install the React Developer Tools extension
  2. Import the preact/devtools module in your app
  3. 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].