Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 394 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 394 Bytes

Node Js Stater Kit

For Run Project in Development

Make sure you have Node.js and the Yarn installed.

Required Node Js Version : v16.18.1

nvm install 
nvm use
yarn
yarn dev

Your app should now be running on localhost:4000.

For Run Project in Production

yarn
yarn build
yarn start