Sample news website (with mocked data).
npm i
to install dependencies
npm run dev
to run dev version
npm i
to install dependencies
NODE_ENV=production npm run build
to make optimized build
npm start
to serve created build
Sample news website (with mocked data).
npm i
to install dependencies
npm run dev
to run dev version
npm i
to install dependencies
NODE_ENV=production npm run build
to make optimized build
npm start
to serve created build