GithubHelp home page GithubHelp logo

codeaholicguy / rerepa-starter-kit Goto Github PK

View Code? Open in Web Editor NEW
19.0 2.0 5.0 2 MB

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

License: MIT License

JavaScript 95.54% HTML 4.46%
react redux redux-thunk react-router eslint jest parcel-bundler

rerepa-starter-kit's Introduction

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

rerepa-starter-kit's People

Contributors

codeaholicguy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

rerepa-starter-kit's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.