Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

readme.md

Vanilla JavaScript App Example

This example is for projects built using any sort of JavaScript/HTML combo.

For more specific integrations, check out the React example or raise an issue for others you'd like to see.

How to Use

  • Clone the repository, then navigate to this folder.
  • Run npm install the first time.
  • Run npm start to develop locally. Your app will start on http://localhost:8000/
  • Run npm run build to make a production-optimised bundle.

Feel free to open an issue with any questions!