Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 502 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 502 Bytes

ainize-with-react-nodejs

Reference

simple-react-full-stack

Quick Start

# Clone the repository
git clone https://github.com/shyun-comcom/ainize-with-react-nodejs

# Go inside the directory
cd ainize-with-react-nodejs

# Install dependencies
yarn (or npm install)

# Start development server
yarn dev (or npm run dev)

# Build for production
yarn build (or npm run build)

# Start production server
yarn start (or npm start)