react-node-webapp-template
v1.0.0
Published
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.
Downloads
1
Readme
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
- React
- React-Redux
- React-Router
- Server
- Node js
- mongoDB
- mongoose
- Passport, google OAuth2.0
- Dev
- nodemon - to monitor server side development
- concurrently - to run both server and client side servers during development