Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 799 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 799 Bytes

NSS RCOEM Website

React JavaScript

NSS RCOEM Website made with vanilla React.js

Table of Contents

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • Node.js (v14 or above)
  • npm (Node Package Manager)

Installation

  1. Clone the repo:

    git clone https://github.com/annalhq/nss_rcoem.git
    
  2. Install NPM packages:

    npm install
  3. Start the app:

    npm start
  4. Open http://localhost:3000 to view it in the browser.