https://github.com/doemser/bo-web-23-4-backend-create
https://github.com/doemser/bo-web-23-4-backend-create
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/doemser/bo-web-23-4-backend-create
- Owner: doemser
- Created: 2023-09-07T08:25:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-07T08:25:49.000Z (almost 3 years ago)
- Last Synced: 2024-10-16T19:52:43.166Z (over 1 year ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backend Create: Demo Start
This is the starter of the Backend Create demo.
## Development
### Local Development
To work locally, please install the dependencies using `npm i` first.
Run `npm run dev` to start a development server and open the displayed URL in a browser.
Use `npm run test` to run the tests.
### CodeSandbox Cloud
Select the "Preview: 3000" tab to view this project.
Select the "Tests: logs" tab to view the tests.
> The `npm run dev` and `npm run test` scripts run automatically.
### Scripts
You can use the following commands:
- `npm run dev` to start a development server
- `npm run build` to build the project
- `npm run start` to start a production server
- `npm run test` to run the tests
- `npm run lint` to run the linter