https://github.com/repcomm/craft-server
A new server for https://github.com/RepComm/craft written in node.js
https://github.com/repcomm/craft-server
Last synced: 10 months ago
JSON representation
A new server for https://github.com/RepComm/craft written in node.js
- Host: GitHub
- URL: https://github.com/repcomm/craft-server
- Owner: RepComm
- Created: 2022-08-13T20:59:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-13T21:00:21.000Z (over 3 years ago)
- Last Synced: 2025-01-28T08:52:03.086Z (12 months ago)
- Language: TypeScript
- Size: 135 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# ts-map-babel-template
A template setup for:
- TypeScript ( using [babel](https://github.com/babel/babel) )
- import maps ( including [this polyfill](https://github.com/guybedford/es-module-shims) )
- And also optionally [show-casing exponent-ts](https://github.com/RepComm/exponent-ts)
## Function
Compile /src directory with:
`npm run build`
File copy is set up as well for:
`src/index.ts` -> `./index.js`
`src/index.html` -> `./index.html`
Output is in the same directory as package.json for sake of import maps
I regularly use this for starting new projects of my own, and therefor it should stay somewhat up-to-date.