GithubHelp home page GithubHelp logo

heaven31415 / todo Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 357 KB

Todo list app written with HTML, Sass and JavaScript

License: MIT License

JavaScript 63.38% HTML 9.32% SCSS 27.30%
html5 javascript sass

todo's Introduction

Things To Do

A simple todo list app written with HTML, Sass and JavaScript

Project structure is based on static site boilerplate

Requirements

You need a quite recent version of node, npm and git to build this project

Building and Using

First you need to run npm install on your terminal to download all necessary dependencies


Run a local server with a development version of the project:

  • npm run start

Runs a local server with a distributable version of the project:

  • npm run start:dist

Build a distributable version of the project and output it to the dist folder

  • npm run build:dist

Copy contents of dist directory to your remote production server via SFTP:

  • npm run deploy

To use it you need to create a proper sftp.json file in your config directory

{
  "host": "yourwebsite.com",
  "port": 22,
  "username": "user",
  "password": "password",
  "remoteRoot": "/path/to/your/public/html"
}

todo's People

Contributors

heaven31415 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.