Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 414 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 414 Bytes

README

  • Always remember to run npm update to ensure you're using the latest npm version for your projects.

  • whenever you run npm run dev for the first time, a dist folder is generated. This folder contains the transpiled code from TS to JS.

  • the dist folder should be the folder to be deployed during production

  • ensure you check the package.json file for certainty of the files pre-installed.