A E-Commerce project
About | Technologies | Getting started | License
- React Js — A JavaScript library for building user interfaces
- Node Js — A web framework for Node Js
- Redux — A Predictable State Container for JS Apps
- Typescript — A Program lamguage
- Bootstrap — A front-end framework
- Clone this repo with
git clone https://github.com/calebesg/proshop.git
- Move yourself to the proshop directory:
cd proshop
- Move yourself to the server directory:
cd backend
- Run
yarn
ornpm install
to install all dependencies - Run
npm run dev
inicialize server
- Move yourself to the web directory:
cd frontend
- Run
yarn
ornpm install
to install all dependencies - Run
npm start
to start project
This project is licensed under the MIT License - see the LICENSE page for details.