Article Hub -Your personal blog
- Node.js >= 18
# Clone
git clone --depth=1 https://github.com/KyleAndKelly/ArticleHub-React
# install dependencies
npm i
# serve with hot reload at localhost:7000
# user: test, password: 123456
npm start
npm run start:prod # Connect to production environment
# build for production with minification
npm run build
