/react-redux-app

A base app built from React/Redux.

Primary LanguageJavaScript

React/Redux base app

Create an app about HTML/CSS/JS with Parcel (Web application bundle)

Deploy to Netlify: https://react-redux-base-app.netlify.app

Netlify Status

Developers

Requirements

Tech stacks

  • HTML/CSS/JavaScript
  • SASS/SCSS
  • ReactJS
  • Redux

Getting Started

Step by step to run this app in your local

Install packages

At your directory root, run:

npm/yarn install

Run server

npm/yarn start

Open on web: http://localhost:3000 (this is by default, you can custom it)

Build

npm/yarn run build

You can update the source structures to follow your patterns.

Note: Live-reload is supported