/serverless-dashboard

A temporary repo for collaborating on a new dashboard for JAWS

Primary LanguageJavaScript

serverless-dashboard

React and Redux based Dashboard for Serverless

Running the project

The generated project includes a development server on port 3000, which will rebuild the app whenever you change application code. To start the server (with the dev-tools enabled), run:

$ npm start

To run the server with the devtools disabled, run:

$ DEBUG=false npm start

To build for production, this command will output optimized production code:

$ npm run build