https://github.com/mikesir87/js-dev-env-example
https://github.com/mikesir87/js-dev-env-example
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mikesir87/js-dev-env-example
- Owner: mikesir87
- Created: 2022-07-06T21:01:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-06T22:09:08.000Z (almost 3 years ago)
- Last Synced: 2025-04-01T15:54:17.001Z (2 months ago)
- Language: HTML
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JS Dev Env
This repository provides a sample dev environment to help you get up and running with Node development!
## Getting Started
Once you have the dev environment, run the following command in the VS Code terminal to start the web server.
```bash
yarn dev
```Afterwards, you should be able to open localhost:3000 and see your app running!