Next-Nav
No description available.
File Explorer
Download Latest Version (.zip)- extensions.json
- launch.json
- settings.json
- tasks.json
- favicon.ico
- next_nav_logo.png
- extension.test.js
- extension.test.js.map
- index.js
- index.js.map
- makeTree.js
- makeTree.js.map
- runTest.js
- runTest.js.map
- directory.js
- directory.js.map
- extension.js
- extension.js.map
- functions.js
- functions.js.map
- main.js
- makeTree.js
- makeTree.js.map
- extension.ts
- functions.ts
- makeTree.ts
- types.d.ts
- basic-client.ts
- client-in-comments.ts
- comments-before-client.ts
- comments-before-server.js
- server-in-comments.js
- test.ts
- bundle.js
- bundle.js.LICENSE.txt
- index.html
- DetailsView.tsx
- FolderAdd.tsx
- FolderDelete.tsx
- ListItem.tsx
- LayoutFlow.tsx
- Node.tsx
- TreeContainer.tsx
- App.tsx
- functions.ts
- index.tsx
- VsCodeApiContext.tsx
- types.ts
- .eslintrc
- index.html
- package-lock.json
- package.json
- style.css
- tsconfig.json
- webpack.config.js
- .eslintrc.json
- .gitignore
- .vscodeignore
- CHANGELOG.md
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/oslabs-beta/Next-Nav
Downloads the entire project code from GitHub to your computer.
cd Next-Nav
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
