Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 815 Bytes

File metadata and controls

46 lines (28 loc) · 815 Bytes

React Frontend for ImSwitch

This project was bootstrapped with Create React App.

Development

Setup

To set up the development environment for the frontend, first install Node.js somehow.

Then run in this directory:

npm install

Running

To run a preview of the frontend in development mode, run:

npm start

Then, use your web browser to open http://localhost:3000.

Building

To make a production build of the frontend which can be served with ImSwitch, run:

npm run build

Testing

To run automated tests, run:

npm start

Deployment

The frontend is only meant to be served from the ImSwitch backend. Refer to the information on deployment in ../README.md.