Giter Club home page Giter Club logo

react-redux-starter-kit's Introduction

React Redux Starter Kit

Table of Contents

  1. Features
  2. Requirements
  3. Getting Started

Features

Requirements

  • node ^8.0.0
  • npm ^5.0.0

Getting Started

After confirming that your development environment meets the specified requirements, you can start a project by doing the following:

Install from source

First, clone the project:

$ git clone [email protected]:dcoric/react-redux-starter-kit.git
$ cd react-redux-starter-kit

Then install dependencies and check to see it works. It is recommended that you use npm install

$ npm install    # Install project dependencies
$ npm start      # Compile and launch (same as `npm start`)

Create copy .env.example to .env and adjust custom values. Build is set by default to 'development'. Other values are qa, and production

$ cp .env.example .env

While developing, you will probably rely mostly on npm start; however, there are additional scripts at your disposal:

npm run <script> Description
start Serves your app at localhost:3000. HMR will be enabled in development.
compile Compiles the application to disk (~/dist by default).
dev Same as npm start, but enables nodemon for the server as well.
test Runs unit tests with Karma and generates a coverage report.
test:dev Runs Karma and watches for changes to re-run tests; does not generate coverage reports.
deploy Runs linter, tests, and then, on success, compiles your application to disk.
devbuild Same as deploy but overrides NODE_ENV to "development".
qabuild Same as deploy but overrides NODE_ENV to "qa".
prodbuild Same as deploy but overrides NODE_ENV to "production".
lint Lint all .js files.
lint:fix Lint and fix all .js files. Read more on this.

react-redux-starter-kit's People

Contributors

dcoric avatar

Watchers

James Cloos avatar Dejan Stojadinović avatar

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.