Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.