https://github.com/dashed/javascript-seed-project
Seed project for JavaScript based apps. Just clone and code.
https://github.com/dashed/javascript-seed-project
javascript seed skeleton
Last synced: 10 months ago
JSON representation
Seed project for JavaScript based apps. Just clone and code.
- Host: GitHub
- URL: https://github.com/dashed/javascript-seed-project
- Owner: dashed
- Created: 2014-01-09T15:18:11.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2018-06-24T05:07:26.000Z (over 7 years ago)
- Last Synced: 2024-04-15T04:21:52.388Z (almost 2 years ago)
- Topics: javascript, seed, skeleton
- Homepage:
- Size: 413 KB
- Stars: 17
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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:
- [create-react-app](https://github.com/facebook/create-react-app)
- [flow](https://flow.org/)
- [prettier](https://github.com/prettier/prettier)
- [react-app-rewired](https://github.com/timarney/react-app-rewired)
- [babel-plugin-module-resolver](https://github.com/tleunen/babel-plugin-module-resolver)
Using this seed:
```sh
git clone --depth=1 --branch=create-react-app git@github.com: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:
```sh
git clone --depth=1 --branch=react-webpack git@github.com: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:
```sh
git clone --depth=1 --branch=legacy git@github.com: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.