This repo has a bunch of orphan git branches containing flavours of JavaScript-based seed projects.
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
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
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
Pull request for orphan branches is not possible: isaacs/github#701
Public domain.