Skip to content

nestarz/es6-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ES6 Template

  • ES6 with Module, Import Maps, JSON Imports and CSSStyleSheet, ...
  • Zero Build Step
  • Package Management using Snowpack

Run

python -m http.server 8080 --bind 127.0.0.1

Manage Depedencies using Snowpack

yarn
yarn add three
node_modules/.bin/snowpack --optimize --clean
import * as THREE from "three"