/javascript-express

Learn JavaScript & TypeScript through interactive examples

Primary LanguageJavaScriptMIT LicenseMIT

JavaScript Express

A guide and reference for learning JavaScript & TypeScript.

The production deployment of this app is running here: https://www.javascript.express.

Written by Devin Abbott (@dvnabbott).

Development

Installation

yarn

Running development server

yarn dev

Building and running production server

yarn build
yarn start