Skip to content

dgallardox/vanilla-js-atlas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to create a vanilla headless site

  1. Create your HTML, CSS, JS website locally
  2. Initialize a package.json with npm init -y
  3. Install https://www.npmjs.com/package/http-server with npm i http-server
  4. Add an empty build script and a start script with http-server ./ ( see package.json file)
  5. push changes to remote repository

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published