/*jslint bitwise: true, node: true */ 'use strict'; var express = require('express'); var app = express(); var http = require('http').Server(app); var io = require('socket.io')(http); var SAT = require('sat'); // Import game settings. var c = requir
待办事项
Todo列表应用程序使用引导程序和HTML进行了漂亮的设计,HTML和CSS用于某些设计部件,大多数工作是使用LocalStorege完成的。
设置
进入终端或Powershell(Windows),然后执行以下操作。
$ git clone https://github.com/zaidajani/todo-app.git
$ cd todo-app
$ # Cloing and getting into it
$ # Make sure that you have visual
用nodejs做app,react,nextjs,mongodb
运行数据库(Mongo)和todo-app(节点,nextjs,react)容器:
docker-compose up --build
等待消息出现在终端中:
*********************************************
Server listening on http://localhost:3000
********************************************
这是一个用引导的项目。
以下是带有CSS 的Next.js待办事项列表应用程序
入门
首先,运行开发服务器:
npm run dev
open another terminal and
bash
npm run server
用浏览器打开以查看结果。
Json-server在
用于此的后端是来自的伪造的REST API,数据保存在db.json中
App的屏幕截图