Skip to content

codeaholicguy/rerepa-starter-kit

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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