freeCodeCamp /
freeCodeCamp
freeCodeCamp.org's open-source codebase and curriculum. Learn math, programming, and computer science for free.
100/100 healthLoading repository data…
4GeeksAcademy / repository
No description provided.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Start coding a JS/HTML/CSS website in 30 seconds by opening this template using 4Geeks' One-Click Coding or locally on your computer.
Install the packages by typing: npm install.
Type on the command line $ npm run start and type localhost on the browser.
It depends on the language, but you have ./src/app.js, ./src/style.css and ./src/index.html respectively, you can add new .html as you please, just make sure to import it on the app.js.
Note: remember that the JS workflow starts inside
window.onload.
Everytime you change any file inside the ./src folder the website's public URL will automatically refresh the changes (it's a process called hot deploy)
Remember also to refresh cleaning the cache (command+shift+r on Mac, control+shift+r on PC & Linux)
Add them inside the ./src/assets/img folder and import them from any of your JS files. E.g: import "../assets/img/rigo-baby.jpg";
Just add the files into the src folder and import the file/variables into your app.js. E.g: import myVar from "./file2.js"
We have prepared the boilerplate to be compatible with vercel, very easy and in just one step! You can read more about deploying on vercel here.
This template was built as part of the 4Geeks Academy Coding Bootcamp by Alejandro Sanchez and many other contributors. Find out more about our Full Stack Developer Course, Data Science Bootcamp or CyberSecurity Bootcamp
You can find other templates and resources like this at the school's GitHub page.
Selected from shared topics, language and repository description—not editorial ratings.
freeCodeCamp /
freeCodeCamp.org's open-source codebase and curriculum. Learn math, programming, and computer science for free.
100/100 healthpractical-tutorials /
Curated list of project-based tutorials
98/100 healthreact /
The library for web and native user interfaces.
100/100 healthvuejs /
This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
99/100 healthtrekhleb /
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
98/100 healthgetify /
A book series (2 published editions) on the JS language.
90/100 health