Project to practice rich front end development while implementing basic lessons learned from computational theory.
- run
npm install
to install project dependencies listed in package.json - run
npm start
will start the server which will be hosted on port 3000- the main entry point for the project is main.js if you add modules (webpack) you will need to "require" them in the main.js entry point.