Skip to content

Arups-Experiments/React-Node-Boilerplate

Repository files navigation

Web boilerplate:

Git

NPM version License: MIT Node.js CI

Features

Boilerplate for Dockerised, React App coupled with CircleCI load-balanced with nginx.

  • Repo supports only React, and Express in a Mono-repo setup based on Lerna + Yarn workspace environment.
  • Repo supports building docker images of WebApps and Nginx, and orchestration with docker-compose
  • Rest is all ✨Magic ✨

TechStack

nodejs-icon webpack-icon docker-icon react-icon nginx_icon

Installation

Application Setup requires Node.js v16+ to run.

Install the dependencies and devDependencies and start the server.

For generating web build:

yarn run build

For starting the application:

yarn run start

For building docker images:

yarn run docker-build

For running the App using docker-compose:

Run and hit localhost:8081 or localhost:8080

docker-compose up

Maintained by Arup Upopadhyay