Skip to content

marco5x/boilerplate-react-pwa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boilerplate React PWA

***

Getting Started with Create React App

This project was bootstrapped with Create React App.

Proyect Clone

In the console git clone [https://github.com/marco5x/boilerplate-react-pwa.git]

Install dependencies

npm install or yarn install

cd [name_app]

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

Active service worker

In index.js serviceWorkerRegistration.unregister()

Change for serviceWorkerRegistration.register()

npm/yarn run build

npm/yarn install -g serve

npm/yarn run server

🚀 Ready!!