1.0.0 • Published 6 years ago

react-node-webapp-template v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

React + Node Webapp Template

This is React (front-end)+ Node (back-end) Webapp Template. This consists of two major building blocks, client - server. The client folder below in the 'folder structure' has client side files and the rest is for server.

Installation

How to use

Folder Structure

├── client                  # React App and front end libraries (React-Redux, React-Router, Axios...)
├── config                  # dev/prod config settings
├── models                  # MongoDB Model Schema
├── routes                  # Server side routes
├── services                # Service modules (Passport, )
├── index.js
├── package.json
└── README.md
├── ...

Built with

  • Client
  1. React
  2. React-Redux
  3. React-Router
  • Server
  1. Node js
  2. mongoDB
  3. mongoose
  4. Passport, google OAuth2.0
  • Dev
  1. nodemon - to monitor server side development
  2. concurrently - to run both server and client side servers during development