AdriCabSan / weship-challenge

challenge by weShip

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

challenge by weShip


Languages

Language:JavaScript 83.0%Language:HTML 14.1%Language:CSS 3.0%