All Projects โ†’ jh3y โ†’ Parcel Boilerplate

jh3y / Parcel Boilerplate

a boilerplate for using Parcel JS ๐Ÿ˜Ž

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Parcel Boilerplate

Vue 2 Boilerplate
Vue 2 boilerplate for developing medium to large single page applications.
Stars: โœญ 866 (+2693.55%)
Mutual labels:  boilerplate
Electron React Boilerplate
Electron and Create React App boilerplate without any complex setup
Stars: โœญ 21 (-32.26%)
Mutual labels:  boilerplate
Catalyst
Typescript NodeJS Microservices Boilerplate with Generator CLI - Moleculer, GraphQL, REST, OAuth2, Jaeger, Grafana, Prometheus, Ory Hydra, Ory Keto w/ Access Control middleware, Moleculer-DB GraphQL mixin, Pug, Redis, sibling client repo (login, persistance layer, react-native-web, ios, android)
Stars: โœญ 30 (-3.23%)
Mutual labels:  boilerplate
Thinkful Workshop React Redux Node Mongodb Webpack2
Stars: โœญ 12 (-61.29%)
Mutual labels:  boilerplate
React Redux Boilerplate Example
Stars: โœญ 15 (-51.61%)
Mutual labels:  boilerplate
Hackathon Starter
A boilerplate for Node.js web applications
Stars: โœญ 32,485 (+104690.32%)
Mutual labels:  boilerplate
Yarn Package Boilerplate
An Yarn package with babel, jest, flow, prettier and more
Stars: โœญ 10 (-67.74%)
Mutual labels:  boilerplate
Suicrux
๐Ÿš€ Ultimate universal starter with lazy-loading, SSR and i18n. [not maintained]
Stars: โœญ 958 (+2990.32%)
Mutual labels:  boilerplate
Create React App Redux
React Router, Redux, Redux Thunk & Create React App boilerplate
Stars: โœญ 885 (+2754.84%)
Mutual labels:  boilerplate
Starter Nodejs Rest
DEPRECATED!! Starter for a Node.js REST Application using MongoDB and JSON Web Token
Stars: โœญ 29 (-6.45%)
Mutual labels:  boilerplate
Unityprojecttreegenerator
This script will generate universal folder structure for your Unity3D project.
Stars: โœญ 12 (-61.29%)
Mutual labels:  boilerplate
M Fe Boilerplates
Lucid & Futuristic Production Boilerplates For Frontend(Web) Apps, React/RN/Vue, with TypeScript(Optional), Webpack 4/Parcel, MobX/Redux ๐Ÿ’ซ ๅคšๆŠ€ๆœฏๆ ˆๅ‰็ซฏ้กน็›ฎๆจกๆฟ
Stars: โœญ 877 (+2729.03%)
Mutual labels:  boilerplate
Hot Loader Demo
React Hot Loader 3 minimal demo
Stars: โœญ 27 (-12.9%)
Mutual labels:  boilerplate
React Mobx React Router Boilerplate
A simple boilerplate based on create-react-app and add mobx, react-router, linter, prettier and so on. ไธ€ไธช็ฎ€ๅ•็š„ react ่„šๆ‰‹ๆžถไพ่ต–ไบŽ create-react-app ๆ–ฐๅขžไบ† mobx react-router,linter,prettier ็ญ‰ใ€‚
Stars: โœญ 12 (-61.29%)
Mutual labels:  boilerplate
Angular2 Webpack Boilerplate
A boilerplate for Angular 2 and Webpack
Stars: โœญ 30 (-3.23%)
Mutual labels:  boilerplate
Android State
A utility library for Android to save objects in a Bundle without any boilerplate.
Stars: โœญ 857 (+2664.52%)
Mutual labels:  boilerplate
Ant Design Pro
๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป Use Ant Design like a Pro!
Stars: โœญ 30,909 (+99606.45%)
Mutual labels:  boilerplate
Vue Auth Boilerplate
๐Ÿ”‘ Vue.js scalable boilerplate with user authentication.
Stars: โœญ 31 (+0%)
Mutual labels:  boilerplate
Jekyll Boilerplate
Helpful files to get started working on a new Jekyll website
Stars: โœญ 30 (-3.23%)
Mutual labels:  boilerplate
Scatter Plot
Simple responsive CSS scatter plot chart
Stars: โœญ 28 (-9.68%)
Mutual labels:  boilerplate

Build Status

Parcel JS boilerplate

a boilerplate for using Parcel JS for front-end development!

  • Markup compilation
  • Stylesheet compilation
  • Script compilation
  • Source linting
  • Static server with automatic live reload/style injection

Gets you up and running with Parcel JS quickly! ๐Ÿƒ

Currently the boilerplate makes use of pug, stylus and es6/babel. But these could easily be swapped out/removed based on your requirements.

The idea is that you will fork your own version and adapt it to fit your requirements ๐Ÿ‘

Usage

As a prerequisite it's assumed you have npm/yarn installed and the gulp-cli.

  1. Clone the repo

     git clone https://github.com/jh3y/parcel-boilerplate.git
    
  2. Install dependencies

     npm install / yarn
    
  3. Start

     make develop
    

Tasks

The boilerplate makes uses of a self-documented Makefile. You can see all available tasks with make ๐Ÿ˜Ž

License

MIT


Any problems or questions, feel free to post an issue or tweet me, @_jh3y!

@jh3y 2018 ๐Ÿ˜„

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].