Skip to content

petitkriket/frontend-bible

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Frontend Bible

This frontend bible is a collection of best practices, guidelines and tips for frontend development. It is a living document that will be updated as we learn more about frontend development.

How can I help?

  1. Clone the repo
  2. Create a new branch
  3. Make your changes
  4. Create a pull request
  5. Wait for review
  6. Profit

Commands

Running the project locally

npm run dev

Linting

The application uses eslint. The configuration is in .eslintrc.js.

Run npm run lint to lint the code. It will automatically fix linting issues.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 63.0%
  • JavaScript 34.2%
  • CSS 2.8%