All Projects → shamofu → electron-react-parcel-boilerplate

shamofu / electron-react-parcel-boilerplate

Licence: other
A boilerplate for Electron + React + Parcel.

Programming Languages

typescript
32286 projects
HTML
75241 projects

Projects that are alternatives of or similar to electron-react-parcel-boilerplate

screenREC
A really simple , ad-free & minimal web based screen recorder 📹
Stars: ✭ 67 (+11.67%)
Mutual labels:  parcel
vue-composition-api-ts-todo
ToDo List with Vue 3 Composition API and TypeScript
Stars: ✭ 69 (+15%)
Mutual labels:  parcel
phoenix-elm-template
A starter repo with Phoenix, Elm 0.19, and Parcel
Stars: ✭ 16 (-73.33%)
Mutual labels:  parcel
roulier
API for package delivery
Stars: ✭ 18 (-70%)
Mutual labels:  parcel
parcel-plugin-url-loader
📦url loader for parcel, use base64 encode file
Stars: ✭ 24 (-60%)
Mutual labels:  parcel
rocket-emoji
🚀 Find and copy an emoji to your clipboard in one click.
Stars: ✭ 42 (-30%)
Mutual labels:  parcel
parcel-examples
Parcel project examples for React, Vue, preact, VanillaJS and jQuery.
Stars: ✭ 26 (-56.67%)
Mutual labels:  parcel
hyperapp-todo-parcel
marcusasplund.github.io/hyperapp-todo-parcel/
Stars: ✭ 12 (-80%)
Mutual labels:  parcel
preact-typescript-parcel-starter
Starter with Preact - Typescript - Parcel Bundler
Stars: ✭ 51 (-15%)
Mutual labels:  parcel
parcel-pixijs-quickstarter
Example App using pixiJS and Typescript bundled with parcel
Stars: ✭ 48 (-20%)
Mutual labels:  parcel
parcel-typescript-example
A minimum TypeScript app with Parcel Bundler.
Stars: ✭ 100 (+66.67%)
Mutual labels:  parcel
serverless-plugin-parcel
A Serverless framework plugin to bundle assets with Parcel (ES6/7 or Typescript)
Stars: ✭ 23 (-61.67%)
Mutual labels:  parcel
simplefolio
⚡️ A minimal portfolio template for Developers
Stars: ✭ 10,737 (+17795%)
Mutual labels:  parcel
parcel-react-app
Create React apps using Parcel as build tool.
Stars: ✭ 12 (-80%)
Mutual labels:  parcel
mark
mark is an markdown editor app for mac
Stars: ✭ 47 (-21.67%)
Mutual labels:  parcel
parcel-typescript-react
📦 Typescriot react perttier example using parcel bundler
Stars: ✭ 15 (-75%)
Mutual labels:  parcel
parcel-react
📦🚀 A minimal React.js boilerplate project with parcel as bundler.
Stars: ✭ 72 (+20%)
Mutual labels:  parcel
blazingly-ssr
A blazing fast server side rendering & project optimiser cli tool using Parcel (POC/Experiment)
Stars: ✭ 41 (-31.67%)
Mutual labels:  parcel
parcelui
Parcel + Typescript + React/Preact + Router + CSS Modules + SASS + Jest + Api-Now + Github Actions CI
Stars: ✭ 32 (-46.67%)
Mutual labels:  parcel
wordpress-starter
Timber (Twig) + Parceljs Bundler
Stars: ✭ 19 (-68.33%)
Mutual labels:  parcel

Electron + React + Parcel Boilerplate

A boilerplate for Electron + React + Parcel.

Usage

Install dependencies

First, you must install dependencies.

$ yarn install

Start hacking

Now you can start hacking by executing the following command.

$ yarn dev

You will edit the files under renderer basically, or under main if you want to configure Electron itself.

Deploy your application

The commands below release your application.

$ yarn clean
$ yarn build
$ yarn release
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].