Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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