Empty project.
First install dependencies:
npm installTo run in hot module reloading mode:
npm startTo create a production build:
npm run build-prodTo create a development build:
npm run build-devOpen the file dist/index.html in your browser
To run unit tests:
npm testIn this project we use rebase merging without fast-forwarding when closing pull requests as standard. After completing the review process, close pull requests with the following steps:
- Add new comment:
/rebaseto the pull request that is ready to be merged. Fix merge conflicts if there are any. - Click Merge pull request to close the pull request after github-actions bot force-pushed the branch (if a rebase was necessary).
Note: do not use Rebase and merge to avoid using fast-forwarding.
Made with createapp.dev