Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 505 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 505 Bytes

Article list project

Simple Article list

Start

Preferred environment [email protected] and [email protected]

npm install

Inside .env file please set up yours PROD_URL as your URL with http/https protocol or localhost.

Development

If you want to run this on LAN host, please set up data in config(.env) LAN to your workstation IPv4(xxx.xxx.xxx.xxx).

npm run build:dev

Production

Build

npm run build:dist

Server

npm run build:server