Skip to content

dashed/javascript-seed-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published