Skip to content

99mvps/landing-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

99mvps landing page

a simple landing page, using the only tech needed to build a website: html + css + js ▴

debugging 🐛

there's a .vscode configuration that will trigger the ms-edgedevtools.vscode-edge-devtools plugin, to debug.

  • need to install microsoft-edge navigator so the plugin will work properly
  • go to "Run and Debug" or Ctrl+Shift+D and execute the edge-debugger config, but don't forgot to set your breakpoints and you're ready to go.

runnning the app 🏃‍♀️

  • if you have python (at least v2) already installed you could execute:
cd src/
python3 -m http.server 9000
  • you could just open the file on your webrowser!

  • or if you have microsoft edge plugin installed. use it!

recommended plugins

how to contribute

About

a simple landing page, using the only tech needed to build a website: html + css + js ▴

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published