Front-end web app for the official RoBorregos' Warehouse. Developed by RoBorregos' members and colaborators, in order to administrate general information about the teams hardware resources.
Name | Github | Role | |
---|---|---|---|
Ricardo Chapa Romero | [email protected] | @RicardoChapaRomero | PM & Developer |
Clara Gutiérrez Jaime | [email protected] | @ClaraGtz | Designer |
José Alfonso Cisneros | [email protected] | @Josecisneros001 | Developer |
Jamir Leal Cota | [email protected] | @JamirLeal | Developer |
Ana Garza | [email protected] | @AnaGarza | Designer |
-
Clone the project repository on your local machine.
SSH:
$ git clone [email protected]:RicardoChapaRomero/roborregos-almacen.git
or HTTPS:
$ git clone https://github.com/RicardoChapaRomero/roborregos-almacen.git
-
You will need to create the node_modules directory needed to run react apps.
$ npm install
or
$ yarn install
-
You will need to create .env file. And fill its variables.
$ cp .sample-env .env
In your terminal, run:
$ npm start
or
$ yarn start
To stop process :
ctrl + c