react-in-practice icon indicating copy to clipboard operation
react-in-practice copied to clipboard

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.

trafficstars

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 [email protected]: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