项目作者: saltyshiomix

项目描述 :
A minimal todo app with NEXT.js on the redux architecture
高级语言: TypeScript
项目地址: git://github.com/saltyshiomix/nextjs-redux-todo-app.git
创建时间: 2019-10-11T02:54:54Z
项目社区:https://github.com/saltyshiomix/nextjs-redux-todo-app

开源协议:MIT License

下载




Features

Usage

  1. # installation
  2. $ git clone https://github.com/saltyshiomix/nextjs-todo-app.git
  3. $ cd nextjs-todo-app
  4. $ yarn (or `npm install`)
  5. # development mode
  6. $ yarn dev (or `npm run dev`)
  7. # production mode
  8. $ yarn build (or `npm run build`)
  9. $ yarn start (or `npm start`)