DhananjaySisode / SchoolWebsite-React

School Website created in ReactJS and NodeJS using proxy pattern.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

School Website

APP Details

  • About Page
  • Admission Page.
  • Contact Page

Details

Code Architecture

  • ReactJS + Node Proxy app

Development

  • Node Modules install : npm install && npm run init
  • To start app : npm run start

Deployment

Method 1 (Dockerfile)

  • docker build --tag schoolwebsite:0.0.1 .

Method 2 (Standard Build)

  • Node Modules install : npm install && npm run init
  • Build Client (ReactJS app) : npn run build
  • Run Node Server in Production mode : npm run start-server

About

School Website created in ReactJS and NodeJS using proxy pattern.


Languages

Language:JavaScript 75.8%Language:HTML 11.7%Language:CSS 11.6%Language:Dockerfile 0.9%