https://github.com/bartolomej/ts-frontend-starter
Front end starter template with TypeScript, Babel, Webpack, Jest configurations 💆♂️⚙️
https://github.com/bartolomej/ts-frontend-starter
frontend-development starter-template typescript-template website-template
Last synced: 9 months ago
JSON representation
Front end starter template with TypeScript, Babel, Webpack, Jest configurations 💆♂️⚙️
- Host: GitHub
- URL: https://github.com/bartolomej/ts-frontend-starter
- Owner: bartolomej
- Created: 2020-01-21T08:32:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-26T17:00:59.000Z (almost 6 years ago)
- Last Synced: 2025-02-14T18:18:22.629Z (10 months ago)
- Topics: frontend-development, starter-template, typescript-template, website-template
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Front end starter
This is a simple front end development (HTML, CSS, JS) starter template
with support for TypeScript, Babel, Webpack, Jest, GitHub Pages deployment.
## Usage
- build & serve the app in development mode `npm start`
- run optimized build for production `npm build`
- deploy the app to your gh-pages branch `npm run deploy`
## Resources
- [TypeScript Deep Dive book](https://basarat.gitbook.io/typescript/)
- [Building and publishing an NPM TypeScript package](https://itnext.io/step-by-step-building-and-publishing-an-npm-typescript-package-44fe7164964c)