/weship-challenge

challenge by weShip

Primary LanguageJavaScript

Setup

To run this project you need to Run the frontend in its respective path with.
frontend ./ (main directory) backend server/

Run Backend

Install the back dependencies.(inside server folder)
npm install

Run the backend in main path with.
npm start

Run Frontend

Install the front dependencies.
npm install Run the frontend in main path with.
npm start

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.