Skip to content

jennyc06/sl-express-fullstack

 
 

Repository files navigation

sl-express-fullstack

express, vite, react, antd, tailwind.

Backend Entrypoints:

  • /config/routes.js: all routes of the server
  • /app/controllers: all controllers

Frontend Entrypoints:

  • /static/src/index.jsx: the entrypoint the whole frontend react app. the source code of /static/dist/index.js
  • /static/dist/index.js: the compiled js file entrypoint, used in /app/views/index.ejs

Quick Start:

git clone https://github.com/terencewu-shopline/sl-express-fullstack
cd sl-express-fullstack
git checkout <branch_name>

yarn
cp .env.example .env
<fill in missing ENV in .env>
docker run -d -p 6379:6379 redis

yarn dev

About

express, vite, react, antd, tailwind. demo: https://sl-express-fullstack.onrender.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.3%
  • EJS 3.8%
  • CSS 1.2%
  • Shell 0.7%