Skip to content

Boilerplate to build a full stack web application using React, Node.js, Express and Webpack.

Notifications You must be signed in to change notification settings

shyun-comcom/ainize-with-react-nodejs

 
 

Repository files navigation

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)

About

Boilerplate to build a full stack web application using React, Node.js, Express and Webpack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.1%
  • HTML 11.3%
  • Dockerfile 4.8%
  • CSS 2.8%