/template-frontend

Front-end template specifically for me

Primary LanguageTypeScriptMIT LicenseMIT

Template Frontend

To begin creating your frontend project, clone this repository.

Before you start

  1. Delete the .git folder, then run git init to start a fresh project.
  2. Run npm i to install dependencies.
  3. Update the name and version in the package.json file.
  4. Run make pipeline when you are ready, to test, build, publish, and deploy your application.
  5. Checkout the Makefile and package.json `"scripts" to see the commands you can run.