Skip to content

Mehver/Luckysheet-ExpressReact-Example

Repository files navigation

Luckysheet-ExpressReact-Example v0.1.2

GitHub DockerHub

English | 简体中文

1 Introduction

A simple client with Express.js implementation for Luckysheet. Can provide some design ideas. This project is a semi-finished byproduct of another project of mine, so a little extra functional design is mixed in. I rarely contact full stack development, be tolerant if there are mistakes plz.

2 Usage & Development

2.1 Docker

docker run -d -p 8000:8000 titanrgb/luckysheet-expressreact-example:v0.1.2

2.2 Node.js

2.2.1 Requirements

Node.js v16.16.0

2.2.2 Installation

npm install --legacy-peer-deps

2.2.3 Start Server

npm start

2.2.4 Frontend Development

npm run react

2.2.5 Frontend Compile

npm run build

3 Reference

4 License

MPL 2.0

MIT Copyright (c) 2020-present, mengshukeji