Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 602 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 602 Bytes

Installation

Install npm and nodejs from https://nodejs.org/en/download/ by downloading the installer for your OS and running it.
Once installed, open a terminal and run npm install in the project directory to install all the dependencies for the project.

Available Scripts

In the project directory, you can run:

npm start

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

npm run deploy

Uses gh-pages npm package to deploy the app to github pages.
npm i -g gh-pages to install the package globally.