Skip to content

✈️Yet another minimal frontend starter kit with React.js and Parcel Bundler

License

Notifications You must be signed in to change notification settings

codeaholicguy/rerepa-starter-kit

Repository files navigation

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 and Yarn 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

About

✈️Yet another minimal frontend starter kit with React.js and Parcel Bundler

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published