davidwhitney / AoC2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

empty-snowpack

$ npm install --save-dev snowpack
  • Create app directory with static files
  • Add snowpack.config.json file
    "mount": {
        "app": "/"
    },
  • Add start and build scripts
  "scripts": {
    "start": "npx snowpack dev",
    "build": "npx snowpack build"
  },

Run app

$ npm run start

About


Languages

Language:TypeScript 100.0%