Table of Contents component
-
Clone project
# SSH git clone git@github.com:rmuratov/jbtoc.git # HTTPS git clone https://github.com/rmuratov/jbtoc.git
-
Install dependencies
cd jbtoc npm ci
-
Run project
npm start
This command simultaneously runs server (localhost:3001) and client (localhost:3000)
-
Go to http://localhost:3000
-
Optionally run tests
npm test