Skip to content

Commit 27363db

Browse files
committed
docs: add info about running the app
1 parent 14b40a6 commit 27363db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,15 @@ The purpose of this repository is to leave it with the bare minimum dependencies
1515
- [GitHub Action workflows](https://github.com/features/actions) set up to run tests and linting on push
1616
- [SWC](https://swc.rs/): Execute your tests in less than 200ms
1717

18-
## Running the app
18+
## Working with this project
1919

2020
- Install the dependencies: `npm install`
2121
- Execute the tests: `npm run test`
2222
- Check linter errors: `npm run lint`
2323
- Fix linter errors: `npm run lint:fix`
2424

25+
There is no specific command to start the app, we leave that up to you. If you wish to create a specific type of app (web, API…), we recommend checking the templates below.
26+
2527
## Related skeleton templates
2628

2729
Opinionated TypeScript skeletons ready for different purposes:

0 commit comments

Comments
 (0)