# 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)