An open API service indexing awesome lists of open source software.

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

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.