jefffriesen / parallel-es-node-example

A starter for parallel-es babel transforms on node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Built upon

Clone

git clone https://github.com/jefffriesen/parallel-es-node-example.git
cd parallel-es-node-example
yarn  # Install the dependencies

Run

Compile files in watch mode

yarn compile

The compiled typescript files are also distributed with this repo so you can directly run the files in the /dist folder without getting the compile step set up.

References for setting this up

http://stackoverflow.com/questions/29911491/using-webpack-on-server-side-of-nodejs https://github.com/MichaReiser/parallel-es-webpack-plugin https://github.com/jsecademy/webpack-express-typescript https://runkit.com/57f2b36e9f61f314003b780d/591ab9e31b3859001293cadc

TODO
  • Then clean up range file and commit
  • Then clean up times file and commit
  • Figure out basic example

About

A starter for parallel-es babel transforms on node.js


Languages

Language:TypeScript 83.2%Language:JavaScript 16.8%