https://github.com/k-foss/ts-esweb
Node.JS/TypeScript Module for transpiling TypeScript code and `node_modules` into ESModule code for browsers to run.
https://github.com/k-foss/ts-esweb
Last synced: 6 months ago
JSON representation
Node.JS/TypeScript Module for transpiling TypeScript code and `node_modules` into ESModule code for browsers to run.
- Host: GitHub
- URL: https://github.com/k-foss/ts-esweb
- Owner: K-FOSS
- Created: 2020-06-16T17:25:24.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-23T22:03:54.000Z (over 2 years ago)
- Last Synced: 2024-05-28T18:26:55.293Z (about 1 year ago)
- Language: TypeScript
- Size: 1020 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# K-FOSS/TS-ESWeb Repository Template
**STATUS: WIP**
This will be the production ready NPM module variant of the [`@K-FOSS/TS-ESWeb-POC`](https://github.com/K-FOSS/TS-ESWeb-POC)
## Usage
On the GitHub Website click "Use this template"
Once you have cloned the template locally search and replace and usage of TS-Core with the name of your new project
## Development
### Setting up the development container
Follow these steps to open this project in a container:
1. If this is your first time using a development container, please follow the [getting started steps](https://aka.ms/vscode-remote/containers/getting-started).
2. To use this repository, you can either open the repository in an isolated Docker volume:
- Press F1 and select the **Remote-Containers: Open Repository in Container...** command.
- Enter `K-FOSS/TS-ESWeb`
- The VS Code window (instance) will reload, clone the source code, and start building the dev container. A progress notification provides status updates.Or open a locally cloned copy of the code:
- Clone this repository to your local filesystem.
- `git clone https://github.com/K-FOSS/TS-ESWeb.git`
- Open the project folder in Visual Studio Code.
- `code ./TS-Core-Template`
- Reopen in Container- When you open the project folder in Visual Studio Code you should be prompted with a notification asking if you would like to reopen in container.
Or manually reopen
- Press F1 and select the "Remote-Containers: Open Folder in Container..." command.
### Running
Open a VSCode Terminal
```
npm run dev
```Or launch with the VSCode Debugging tab