/elanza-fullstack-assessment

Base App for Elanza Fullstack Assessment

Primary LanguageJavaScript

This project was bootstrapped with Create React App.

Usage

Before starting, in the project directory run:

npm install

To run the react application in development mode run:

npm start

Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

To run the node.js server with auto reloading run:

npm run server

To run the frontend and backend at the same time run:

npm run dev