react-beginner-kit

1.0.1 • Public • Published

This project is based on React 15.0.2 wrapping around useful utility for React + Redux application development.

The seed contains a sample React + Redux application and is pre-configured to install a bunch of development and testing tools for instant web development.

Getting Started

You can clone repository and install dependency.

Prerequisites

We have number of server and build tools preconfigured in application, to use them you need to pre-install below dependency

  • Node
  • React
  • Webpack
  • Redux
  • MongoDB
  • Logger

Clone react-beginner-kit

Clone the react-beginner-kit.git repository using git:

git clone git@github.com:princesoni1989/react-beginner-kit.git

Install Dependencies

Run the below command to install all project related dependencies.

npm install

You should find that you have two new folders in your project.

  • node_modules
    • contains the npm packages for the tools we need

Run the Application

We have pre-configured the project with a simple webpack development web server. The simplest way to start this server is -

npm start

Now browse to the app athttp://localhost:3001. This will start server in development mode and enable you do fast development. you can make changes and it will deploy automatically.

Pre configured application

This app comes with preconfigured configuration. You can find below listed functionality already imaplemented -

  • login
  • logout
  • signup
  • home screen
  • server
  • build management
  • Initial test cases

Package Sidebar

Install

npm i react-beginner-kit

Weekly Downloads

1

Version

1.0.1

License

ISC

Last publish

Collaborators

  • nerdchacha
  • princesoni1989
  • vijayranghar