ywilfredo / crud-notas-de-tareas

crud de notas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Socket.io CRUD

Esta es una aplicación web CRUD simple en tiempo real usando Socket.io y Nodejs

Installation

git clone https://github.com/FaztWeb/websockets-nodejs-crud
cd crud-notas-de-tareas
npm install

To execute in development mode

npm run dev

to build the project for production

npm run build
npm start

Resources

About

crud de notas


Languages

Language:JavaScript 67.3%Language:HTML 28.1%Language:CSS 4.6%