javascript-seed-project icon indicating copy to clipboard operation
javascript-seed-project copied to clipboard

Seed project for JavaScript based apps. Just clone and code.

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: https://github.com/isaacs/github/issues/701

License

Public domain.