-
Make sure your NodeJS and npm versions are up to date for
React 16.8.6
-
Install dependencies:
npm install
oryarn
-
Start the server:
npm run start
oryarn start
-
Views are on:
localhost:3000
- lambda/index.js contains our lambda function which are uploaded to AWS
- We used Boilerplate for our dashboard found here
- The boiler plate is licensed under MIT (https://github.com/devias-io/react-material-dashboard/blob/master/LICENSE.md)