Skip to content
This repository has been archived by the owner on Jul 3, 2022. It is now read-only.

davidlag0/todo

Repository files navigation

todo

Simple TODO app in JavaScript.

This application is meant to be some kind of boilerplate for me to learn about the various tools used in web development (webdev).

Conventions

CSS

  • Use of BEM.

Installation and Build

Install nvm (https://github.com/nvm-sh/nvm/blob/master/README.md)

  • curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash

Install node

  • nvm install v16.12.0

Install npm modules

  • npm install --production

Build

  • npm run build

Deployment

  • Set environment variable NODE_ENV to production to speed up initial build with no cache

About

Simple todo app using Web Components

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published