Skip to content

cloudfixum/frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudFixum in production

https://cloudfixum.herokuapp.com

CloudFixum in develop

https://cloudfixum-develop.herokuapp.com

Generate local

Requirement to have nodejs v14.3.0 installed and then clone the repository

git clone https://github.com/cloudfixum/frontend.git

Install dependencies

npm install

Run project locally

npm start

Format code with prettier Important!!!!

npm run prettier

Deploy on heroku

Install Heroku cli

npm install -g heroku

Login on Heroku

heroku login

Create app of heroku

heroku create cloudfixum-develop --remote heroku-staging --buildpack mars/create-react-app

Add remote repository of heroku

heroku git:remote -a https://git.heroku.com/cloudfixum-develop.git

Renaming remotes

git remote rename heroku heroku-staging

Deploy

  • If we are going to deploy in staging
git push heroku-staging develop:master
  • If we are going to deploy to production
git push heroku master

Heroku documentation

https://devcenter.heroku.com/articles/git

Pagination documentation

https://material-ui.com/es/api/pagination/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •