A full stack Node.js and React.js Data visualization App
Try the application live at https://hellometor.herokuapp.com
- D3.js
- React.js (CRA)
- React Router
- Bootstrap 4
- CSS3
- HTML5
- SVG
- Node.js
- Express.js
- AWS EC2
- Node.js 14 or higher
- NPM 6 or higher
- Express.js 4 or higher
-
Clone the repository.
git clone https://github.com/jinho6225/hellometer.git cd hellometer -
Install all dependencies with NPM.
npm install
-
Start the project. Once started you can view the application by opening http://localhost:3111 in your browser.
npm run start
