Skip to content

Latest commit

 

History

History
70 lines (43 loc) · 1.84 KB

README.md

File metadata and controls

70 lines (43 loc) · 1.84 KB

React in Practice

This project can be used as a starter for learning react web app development, the app is developed using Next.js react application framework and AntD react component library. There is also an article NextJS + AntD React 应用开发指南 for learning this project.

Dependent frameworks and packages

  1. React
  2. Next.js
  3. AntD
  4. Redux
  5. Styled-JSX
  6. Caddy
  7. Let’s Encrypt

How to run

Clone repository

git clone git@github.com:jaggerwang/sanic-in-practice.git && cd sanic-in-practice

Install npm packages

npm install

Run in development mode

npm run dev

Build and run in production mode

npm run build
npm run start

Screenshots

Index

index-880

User

user-880

Task

task-880

Register

register-880

Login

login-880

Profile

profile-880

Publish

publish-880