Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 472 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 472 Bytes

Build Status

Sample news website (with mocked data).

How to run

npm i to install dependencies

npm run dev to run dev version

How to build for production

npm i to install dependencies

NODE_ENV=production npm run build to make optimized build

npm start to serve created build