Skip to content

PWA boiler plates in plain Javascript and React for the InnovationLab #2 projects

License

Notifications You must be signed in to change notification settings

louise-decombe/innovationlab2_boiler_plate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

innovationlab2_boiler_plate

MIT License

As Martin Fowley (https://fr.wikipedia.org/wiki/Martin_Fowler) wrote, architecture is "the shared understanding that the expert developers have of the system design."

Here are some templates to begin with the Innovation lab #2 project web development part. We will use these boiler plates to begin with our social network mobile development.

You will find two directories. Each one implements a way to consider mobile application development (progressive web apps with plain Javascript or with ReactJs).

drawing

JS ## A classic PWA example using Vanilla JavaScript.

drawing

REACT ## A PWA boiler plate using React libraries.

ReactJs

cd front
npm install
npm start

Strapi

You need to have Docker installed on your machine.

docker-compose up --build

You now run the backend strapi part on your localhost:1337 thanks to docker ! .

About

PWA boiler plates in plain Javascript and React for the InnovationLab #2 projects

Topics

Resources

License

Stars

Watchers

Forks

Languages