debug-vaibhav / custom-react-node-starter-kit

Starter kit for react app & node app. react and node source code is separate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is bootstrapped with React & Express

Starter kit for ReactJS app & NodeJS (ExpressJS) app

(react-redux setup + express setup)

How to clone the project

  • git clone https://github.com/debugger-me/custom-react-node-starter-kit.git
  • contact admin for username & password if you don't have prior permissions to clone the repo as it's a private repo

How to start local development

  • After cloning the repo, cd deep-lens
  • client folder contains client side source code
  • server folder contains server side source code

1. Start react app on webpack development server

  • cd client
  • run npm install or yarn install or yarn to download the node modules (dependencies)
  • run npm start and visit (http://localhost:3000

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

2. Start node app on nodejs server

  • cd server
  • run npm install or yarn install or yarn to download the node modules (dependencies)
  • run npm start and visit (http://localhost:8080

Runs the app in the development mode.
Open http://localhost:8080 to view it in the browser.

Environment

  • Operating system - Windows / Linux / MacOS
  • NodeJS version - v10.10.0
  • NPM version - v6.4.1

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

to be updated

Analyzing the Bundle Size

to be updated

Making a Progressive Web App

to be updated

Advanced Configuration

to be updated

Deployment

to be updated

About

Starter kit for react app & node app. react and node source code is separate


Languages

Language:JavaScript 88.3%Language:HTML 11.3%Language:Shell 0.3%