My personal-site
built with Aurelia. The purpose of the site is consolidate all of my personal information, social media accounts, resume, etc.
Before you start, make sure you have a recent version of NodeJS environment >=4.0 with NPM 3.
From the project folder, execute the following commands:
npm install
This will install all required dependencies, including a local version of Webpack that is going to build and bundle the app. There is no need to install Webpack globally.
To run the app execute the following command:
npm start
This command starts the webpack development server that serves the build bundles. You can now browse the website at http://localhost:9000. Changes in the code will automatically build and reload the app.
- Steven Spann sspann21@gmail.com - Software Developer