- clone this repository onto your computer
- navigate to the root folder of the cloned repository
- run the following command:
npm i- this requires that node.js and npm be installed! you can read about how to do that here
- You can now compile and run the code, do so with these commands:
npm run devto compile for a development environmentnpm run prodto compile for a production environmentnpm run startto run your most recently compiled code, hosted at localhost:4000.
- make small changes to the code
- compile the code (
npm run dev) - run the code and test your change visible at
localhost:4000