All Projects → dashed → javascript-seed-project

dashed / javascript-seed-project

Licence: other
Seed project for JavaScript based apps. Just clone and code.

Projects that are alternatives of or similar to javascript-seed-project

Express Typescript Boilerplate
A delightful way to building a RESTful API with NodeJs & TypeScript by @w3tecch
Stars: ✭ 2,293 (+13388.24%)
Mutual labels:  skeleton, seed
Angular-Gulp-Boilerplate
Clean but full-featured AngularJS boilerplate using Gulp workflow and best practices
Stars: ✭ 30 (+76.47%)
Mutual labels:  skeleton, seed
Polymer Skeleton
💀 Skeleton for Polymer 3 app with Webpack, PostCSS and Service Workers ready.
Stars: ✭ 185 (+988.24%)
Mutual labels:  skeleton
dddplus-archetype-demo
♨️ Using dddplus-archetype build a WMS in 5 minutes. 5分钟搭建一个仓储中台WMS!
Stars: ✭ 56 (+229.41%)
Mutual labels:  skeleton
Ms G3d
[CVPR 2020 Oral] PyTorch implementation of "Disentangling and Unifying Graph Convolutions for Skeleton-Based Action Recognition"
Stars: ✭ 225 (+1223.53%)
Mutual labels:  skeleton
Skeleton Nova Tool
A skeleton repository for Spatie's Nova Packages
Stars: ✭ 191 (+1023.53%)
Mutual labels:  skeleton
Skeleton Php
⚡️ This package provides a wonderful PHP skeleton to start building your next package idea.
Stars: ✭ 234 (+1276.47%)
Mutual labels:  skeleton
Slim Born
Slim Framework 3 and 4 skeleton application has authentication MVC construction.
Stars: ✭ 179 (+952.94%)
Mutual labels:  skeleton
jsrand
A seeded pseudo-random number generator for JavaScript.
Stars: ✭ 19 (+11.76%)
Mutual labels:  seed
React Native Skeleton Content
A customizable skeleton-like loading placeholder for react native projects using expo.
Stars: ✭ 221 (+1200%)
Mutual labels:  skeleton
Typescript Ddd Skeleton
🟨 TypeScript DDD Skeleton: Bootstrap your new projects or be inspired by this example project
Stars: ✭ 240 (+1311.76%)
Mutual labels:  skeleton
Pollinate
Template your base files and generate new projects from Git(Hub).
Stars: ✭ 213 (+1152.94%)
Mutual labels:  skeleton
Taro Listview
taro框架长列表方案 :集成下拉刷新、骨架屏、无限滚动、图片懒加载;
Stars: ✭ 197 (+1058.82%)
Mutual labels:  skeleton
Slim4 Skeleton
A Slim 4 Skeleton
Stars: ✭ 237 (+1294.12%)
Mutual labels:  skeleton
Skeletonlayout
Skeleton view pattern for Android
Stars: ✭ 186 (+994.12%)
Mutual labels:  skeleton
skeleton-python-library
A skeleton project for quickly getting a new cisagov Python library started.
Stars: ✭ 19 (+11.76%)
Mutual labels:  skeleton
Ocskeleton
[OCSkeleton] - Make your loading view a little difference.
Stars: ✭ 184 (+982.35%)
Mutual labels:  skeleton
Awesome Skeleton
skeleton generation tool
Stars: ✭ 212 (+1147.06%)
Mutual labels:  skeleton
Placeholdifier
Turn any website into a live wireframe
Stars: ✭ 230 (+1252.94%)
Mutual labels:  skeleton
rails-multi-environment-seeding
Example of using seeds in rails app
Stars: ✭ 13 (-23.53%)
Mutual labels:  seed

javascript-seed-project

This repo has a bunch of orphan git branches containing flavours of JavaScript-based seed projects.

create-react-app

https://github.com/dashed/javascript-seed-project/tree/create-react-app

Batteries:

Using this seed:

git clone --depth=1 --branch=create-react-app [email protected]:dashed/javascript-seed-project.git

# optional step
cd javascript-seed-project
rm -rf .git

react-webpack

https://github.com/dashed/javascript-seed-project/tree/react-webpack

Batteries:

  • webpack
  • babel
  • react
  • redux
  • eslint

Using this seed:

git clone --depth=1 --branch=react-webpack [email protected]:dashed/javascript-seed-project.git

# optional step
cd javascript-seed-project
rm -rf .git

legacy

https://github.com/dashed/javascript-seed-project/tree/legacy

The original contents of javascript-seed-project project.

NOTE: As of May 2017, this seed is not maintained anymore.

Using this seed:

git clone --depth=1 --branch=legacy [email protected]:dashed/javascript-seed-project.git

# optional step
cd javascript-seed-project
rm -rf .git

Adding a new seed.

Pull request for orphan branches is not possible: isaacs/github#701

License

Public domain.

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