A React portfolio site for my web applications. The initial HTML version can be found here.
This project was bootstrapped with Create React App
You can find the README for Create React App here.
Configured with Node Package Manager and Webpack.
Implements Bootstrap via Reactstrap.
Implements Google Analytics with ReactGA.
Node Package Manager (NPM) is used for dependencies. To install the application locally, follow these instructions:
- Install Node.js. NPM comes packaged with it.
- Run
npm install
in the command line while in the project directory. It will install dependencies from the package.json file. - 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.
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.
This project is open source under the terms of the MIT License.