react-live-coding
App de Live Coding, buscador de gifs
File Explorer
Download Latest Version (.zip)- project.json
- README.txt
- settings.json
- authMiddleware.ts
- favs.ts
- README.md
- routes.ts
- server.ts
- userMiddleware.ts
- users.ts
- favicon.ico
- index.html
- logo-old.png
- logo.png
- logo192.png
- logo512.png
- manifest.json
- robots.txt
- index.js
- index.js
- styles.js
- Category.css
- index.js
- styles.js
- Fav.css
- index.js
- Gif.css
- index.js
- Header.css
- index.js
- index.js
- ListOfGifs.css
- index.js
- Login.css
- index.js
- Modal.css
- index.js
- indexWithFormik.js
- hook.js
- hook.test.js
- index.js
- SearchForm.module.css
- index.js
- styles.css
- index.js
- TrendingSearches.js
- GifsContext.js
- StaticContext.js
- UserContext.js
- useGifs.js
- useGlobalGifs.js
- useNearScreen.js
- useSEO.js
- useSingleGif.js
- useUser.js
- index.js
- index.js
- index.js
- index.js
- index.js
- index.js
- addFav.js
- getFavs.js
- getGifs.js
- getSingleGif.js
- getTrendingTermsService.js
- login.js
- register.js
- settings.js
- index.js
- App.css
- App.js
- App.test.js
- index.css
- index.js
- logo.svg
- serviceWorker.js
- setupTests.js
- .env
- .gitignore
- jsconfig.json
- package-lock.json
- package.json
- Procfile
- README.md
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/midudev/react-live-coding
Downloads the entire project code from GitHub to your computer.
cd react-live-coding
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)
