No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
[email protected] 9561e623ff Merge branch 'master' of https://git.2fi-solutions.com/kelvinsuen/LIONER-frontend hace 10 meses
public for deploy to production server hace 10 meses
src update pdf page (wip) hace 10 meses
.env init commit hace 11 meses
.env-cmdrc for deploy to production server hace 10 meses
.eslintrc init commit hace 11 meses
.gitignore init commit hace 11 meses
.prettierrc init commit hace 11 meses
CODE_OF_CONDUCT.md init commit hace 11 meses
LICENSE init commit hace 11 meses
README.md init commit hace 11 meses
jsconfig.json init commit hace 11 meses
package-lock.json for deploy to production server hace 10 meses
package.json for deploy to production server hace 10 meses
yarn.lock for deploy to production server hace 10 meses

README.md

2Fi LIONER Frontend Setup

1. Install NPM Modules

  • Run the following command in terminal
    npm install
    

2. Run the application

  • Start the application by the following command:
    npm start