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
- A
Computer
💻 (of course) - NodeJS and Yarn installed.
- Prepare yourself a text editor or something can write the code.
- That's it!
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
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.
Anyone and everyone is welcome to contribute to this project. I am always welcome pull request.
MIT