Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phillipjhl/interactive-resume
Personal Resume Website. In Development. Built with React.
https://github.com/phillipjhl/interactive-resume
awesomefont babel bootstrap4 css javascript mailgun reactjs responsive-design resume sass scss webpack
Last synced: 1 day ago
JSON representation
Personal Resume Website. In Development. Built with React.
- Host: GitHub
- URL: https://github.com/phillipjhl/interactive-resume
- Owner: phillipjhl
- Created: 2018-10-12T20:07:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T15:17:50.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T15:49:26.522Z (over 1 year ago)
- Topics: awesomefont, babel, bootstrap4, css, javascript, mailgun, reactjs, responsive-design, resume, sass, scss, webpack
- Language: JavaScript
- Homepage:
- Size: 2.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Interactive Resume
This project includes build scripts and files for a ReactJS front-end and an ExpressJS back-end.
Additional support for scss transpile and use of custom Bootstrap variables.### Getting Started
Remember to run `npm install` to install all necessary dependencies.### Running
* To run the project during development (for automatic transpile and server restart), use `npm run dev`.
* `npm start` will be used in a production environment. It transpiles once and does not look for changes.