Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tansudasli/advanced-js
Advanced functional programming in Javascript & TypeScript
https://github.com/tansudasli/advanced-js
bootstrap4 ejs-templates es6-javascript expressjs functional-js html5 mvc-pattern nodejs parcel-bundler typescript
Last synced: about 2 months ago
JSON representation
Advanced functional programming in Javascript & TypeScript
- Host: GitHub
- URL: https://github.com/tansudasli/advanced-js
- Owner: tansudasli
- Created: 2019-06-25T08:40:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T17:44:53.000Z (about 2 years ago)
- Last Synced: 2024-10-12T13:46:42.076Z (3 months ago)
- Topics: bootstrap4, ejs-templates, es6-javascript, expressjs, functional-js, html5, mvc-pattern, nodejs, parcel-bundler, typescript
- Language: JavaScript
- Homepage:
- Size: 158 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# advanced-js
- core-js: advanced JS concepts such as hoisting, web api & stack etc..
- core-typescript: typescript fundamentals
- core-ts-js: intersection of js & typescript
- core-nodejs: basic http server impl. w/ nodejs- event-app: implementation of an event and event-detail app. w/ ejs + js + **expressjs** + nodejs
- map-app: impl. of an google map app w/ *parcel* bundler + ts## How To Start
1. install npm
2. install typescript
3. enable ES6 compiler in IntelliJ `Preferences/languages/javascript menu`.## How to Run
for most of the ts files,
- [x] just `tsc interfaces.ts && node interfaces.js` or use IDE run
if there is need for index.html file, then
- [x] `tsc ..ts` to get ...js file, then run index.html from IDE