Skip to content

yarphen/news-website

Repository files navigation

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