Make sure Node.js, Yarn and Git are installed in your system before starting.
- Clone or download the repo (Click on Use this template if you want to create your own repo)
- Open
package.jsonin your editor and change the values of: name, description, author, repository, keywords - Run
yarn install
You are ready to go. Edit src/index.ts and run yarn start to execute it.
Starts the app with hot reloading.
The app will refresh every time a file is changed in the src folder.
Builds the app in the build folder.
Builds the app in the build folder and starts it.
Runs the tests.
Runs Prettier in the src folder fixing all fixable issues.
Runs ESLint in the src folder fixing all fixable issues.
Generates the changelog and increase the version from commit messages.
The most common convention for commit messages is the Angular convention which is detailed here.
Testing framework.
Code formatter.
Code syntax analyzer.
Allows to run scripts on git hooks
Automatic changelog generation powered by Conventional Commits.