Skip to content

4GeeksAcademy/LFCauthentication

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

162 Commits
 
 
 
 
 
 

Repository files navigation

Final Project - The Spoon Boilerplate

Create the subdirectories for each section of the app

Root

Set up autolinting for JS and Python with Prettier and Ruff

Web

Inside the web subdirectories

Install a React template

From the Vite docs

npm create vite@latest . -- --template react

Install necessary packages

Install the necessary packages to develop your front-end application, like:

If you want one for data fetching instead of using the native fetch, you can try:

And a style/component library like:

API

Inside the api subdirectories

Install Pipenv

From the docs

pip install --user pipenv

Install necessary packages

Install the necessary packages to develop your back-end application, like:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 51.5%
  • Python 30.8%
  • CSS 17.0%
  • Other 0.7%