Socket
Socket
Sign inDemoInstall

react-beginner-kit

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-beginner-kit

Basic react js application setup


Version published
Weekly downloads
1
Maintainers
3
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 07 Jun 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc