Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codeaholicguy/rerepa-starter-kit
⚒✈️Yet another minimal frontend starter kit with React.js and Parcel Bundler
https://github.com/codeaholicguy/rerepa-starter-kit
eslint jest parcel-bundler react react-router redux redux-thunk
Last synced: 9 days ago
JSON representation
⚒✈️Yet another minimal frontend starter kit with React.js and Parcel Bundler
- Host: GitHub
- URL: https://github.com/codeaholicguy/rerepa-starter-kit
- Owner: codeaholicguy
- License: mit
- Created: 2018-06-15T19:18:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-01T05:36:53.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T01:42:36.314Z (22 days ago)
- Topics: eslint, jest, parcel-bundler, react, react-router, redux, redux-thunk
- Language: JavaScript
- Homepage:
- Size: 1.96 MB
- Stars: 19
- Watchers: 2
- Forks: 5
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rerepa Starter Kit
Rerepa (for sure you don't know what it mean ¯\_(ツ)_/¯).
It's just another minimal frontend starter kit with React.js, Redux and Parcel Bundler## Getting Started
### Prerequisite
- A `Computer`💻 (of course)
- [NodeJS](https://nodejs.org/en/) and [Yarn](https://yarnpkg.com/) installed.
- Prepare yourself a text editor or something can write the code.
- That's it!### Structure
Before you start, take a moment to see the `kit` struture.
```
.
├── /src/ # The source code of the application
│ ├── /components/ # React components
│ ├── /core/ # Something you think that it cannot missing
│ ├── /reducers/ # Your reducers
│ ├── /store.js # Define your application store here
│ ├── /routes.js # Routing information here
│ ├── /index.js # Application startup script
│ └── index.html # Don't need to care about this
├── package.json # You must know this
└── yarn.lock # Don't need to care about this
```### Quick Start
You can start by cloning the latest version of this repository, install dependencies and go ahead do what you want.
```
git clone https://github.com/codeaholicguy/rerepa-starter-kit.git YourApp
cd YourApp
yarn
yarn start
```If you need just to build the app simply run:
```
yarn build
```And take a look at `build` folder.
## Contribution
Anyone and everyone is welcome to contribute to this project. I am always welcome pull request.
## License
MIT