FeezyHendrix / ReactReduxNodeBoilerplate

A simple React and Redux Boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple React Redux BoilerPlate - Node and MongoDB

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

  • clone this repo.
  • run npm install on both backend and frontend folder.

Prerequisites

What things you need to install the software and how to install them

  • Download Node and npm
  • npm install to install all our node dependencies

Running the server

  • update database url in backend/db.js
  • npm start to run frontend
  • nodemon app to run backend.

Built With

  • React - A JavaScript library for building user interfaces.
  • Redux - A predictable state container for JavaScript apps.
  • Express - Fast, unopinionated, minimalist web framework for Node.js
  • Node.js - Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.
  • MongoDB - A Document Oriented (No - SQL) database.

About

A simple React and Redux Boilerplate


Languages

Language:JavaScript 92.1%Language:HTML 5.1%Language:CSS 2.7%