Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.01 KB

README.md

File metadata and controls

37 lines (30 loc) · 1.01 KB

Ludo template management

Demo site

https://ludo-app.herokuapp.com/

Stacks

d3js(5.4.0): data visualization
flow(0.63.1): static type check
i18next(10.3.0): translation
nextjs(5.1.0): server-side-rendering
redux(3.7.2): state management
redux-saga(0.16.0): redux async action creator
styled-components(2.4.0): styling

File Structure

Fractal
ref: 如何合理布置React/Redux的目录结构

Getting Started

Prerequisites

This project runs on Node.js
After installation, run

node -v

to check if node is installed correctly.

Dev mode

run

npm run dev

and visit the server in localhost:8080

License

MIT