/mm-webdev-portfolio-v2

A React portfolio site for my web applications.

Primary LanguageJavaScriptMIT LicenseMIT

mm-webdev-portfolio-v2

A React portfolio site for my web applications. The initial HTML version can be found here.

Create React App

This project was bootstrapped with Create React App

You can find the README for Create React App here.

Application Info

Configured with Node Package Manager and Webpack.

Implements Bootstrap via Reactstrap.

Implements Google Analytics with ReactGA.

Install Instructions

Node Package Manager (NPM) is used for dependencies. To install the application locally, follow these instructions:

  1. Install Node.js. NPM comes packaged with it.
  2. Run npm install in the command line while in the project directory. It will install dependencies from the package.json file.
  3. To build for development and run the local dev server at http://localhost:3000, run npm run start. It will run the Node/Express application in the server.js file.

Commands

npm run start - Runs the app in development mode.

npm run build - Builds the app for production to the build folder.

npm run eject - A one time operation that will remove the Create React App single build dependency from the project.

License

This project is open source under the terms of the MIT License.