This repository serves as my playground for React. This is a small component based to do app on Node.JS.
With Node installed on the host machine, and your terminal open, follow the steps below:
- clone the repository
npm installnpm i -g webpack webpack-dev-server- finally
webpack-dev-serverto run the server
Requires webpack with dev server to run.