NSS RCOEM Website made with vanilla React.js
To get a local copy up and running follow these simple steps.
- Node.js (v14 or above)
- npm (Node Package Manager)
-
Clone the repo:
git clone https://github.com/annalhq/nss_rcoem.git
-
Install NPM packages:
npm install
-
Start the app:
npm start
-
Open http://localhost:3000 to view it in the browser.