Giter VIP home page Giter VIP logo

react-express-node-template's Introduction

React + TailwindCSS + Vite + Express on Node.js

This template provides a minimal setup to get React and TailwindCSS working in Vite with ExpressJS backend on Node.js.

This template structure allows you to serve the frontend through the backend server, avoiding CORS issues, and simplyfying the production setup. You only need to deploy 1 server, instead of having frontend and backend separated.

  • During development, the Vite dev server proxies the /api/* route to connect to the backend.
  • During production build, the express backend serves the static files generated using vite build at / (root).

Checkout App.jsx for an example of backend api calls.

How to use

  • Frontend code in frontend directory

    • Typical Vite structure with src and public folders.
  • Backend code in backend directory

    • Setup as you like, including routers, middlewares, models, etc.
    • Serve endpoints at /api.

To Run

  • During development

    • Frontend - npm run dev (acessible through port 5173)
    • Backend - npm run backend (accessible through port 3000)
  • Build and Run

react-express-node-template's People

Contributors

omlanke avatar

Stargazers

Amandeep Singh avatar Arnab Bhowmik avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.