ChrisVilches / sakura-dori

Frontend for viewing data scraped by Youtube Chat Logger. Message archive browser.
http://cloud.chrisvilches.com/sakura-dori/
0 stars 0 forks source link
express expressjs javascript nodejs pug pug-template-engine sequelize

さくら通り

Frontend for viewing data scraped by Youtube Chat Logger.

See a live demo.

Execution

Make sure to create .env file (use the sample file as a reference).

Run app locally and reload on file change.

# Install dependencies.
npm install

# Needs to install this first.
npm install -g nodemon

# Then run with automatic reload (individual reloaders for both Express and Webpack).
npm run dev

# Run in production.
npm run build
NODE_ENV=production npm start

Tools used

Made with:

Also, unlike most of my other projects, almost no Javascript was used in the frontend (pages are server rendered), as it was originally meant to be an old school looking website (but I decided to improve the design later on).