robinfhu / swrm-events

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SWRM 2021 Events app.

Parse CSV files

cd ./scripts
node parse.js <input file>

How to build app

Install dependencies:

npm install

Build bundle:

npx webpack

Run local server with hot reloading:

npx webpack serve

Deployment

Run npx webpack and then upload all files in ./public/ to an AWS static site bucket.

About

License:MIT License


Languages

Language:JavaScript 96.8%Language:HTML 2.3%Language:CSS 0.9%