Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zafar-saleem/todo

Example project that illustrates CRUD operations in vanilla JavaScript
https://github.com/zafar-saleem/todo

crud crud-application javascript todo todoapp todolist

Last synced: 6 days ago
JSON representation

Example project that illustrates CRUD operations in vanilla JavaScript

Awesome Lists containing this project

README

        

## Usage

1. Clone this repository.
2. Run npm install command to download and install all Webpack dependencies.
3. Run `npm run dev` to run the server on port `2770`. This command will run the project in development mode.
4. To make it ready for deploy run `npm run build`. This command will minify all the resources in `/dist` folder.