Skip to content

MisterRoy/modelsis-react-fullstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project logo

modelsis-react-fullstack

🏁Description

This is a challenge intiated by ModelSis. It consists in building a basic fullstack web app. The current repository refers to the frontend side.

demo-web-desktop demo-web-mobile

⛏️Built With

  • Node.js - Runtine environment
  • React.js - Frontend library
  • Material UI - UI library for React following Google's Material Design guidelines

⛓️Prerequisites

🚀Run

Clone repository

git clone https://github.com/MisterRoy/modelsis-react-fullstack.git

Install dependencies

npm install

or

yarn install

Define backend's URI (Optional)

By default, the backend's URI must be http://localhost:4000/api. But if you're on a different setup, please define the correct URI in services/productsService.js

Launch

Ensure that port 3000 is free and run

npm start

or

yarn start

About

This is a challenge intiated by ModelSis. It consists in building a basic fullstack web app. The current repository refers to the frontend side.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published