Skip to content

A toolkit of JS functions, recommended tools and best practice guidelines

License

Notifications You must be signed in to change notification settings

robhowell/web-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-toolkit

A toolkit of JS functions, recommended tools and best practice guidelines.


🚀 Project Structure

/
├── public/
│   ├── robots.txt
│   └── favicon.ico
├── src/
│   ├── components/
│   │   └── *.astro
│   └── pages/
│       └── index.astro
└── package.json
  • src/pages/: Astro looks for .astro or .md files in this directory. Each page is exposed as a route based on its file name.

  • src/components/: Astro & React components should be placed in this directory.

  • public/: Any static assets, like images, can be placed in this directory.

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
yarn Installs dependencies
yarn start Starts local dev server at localhost:3000
yarn build Build your production site to ./dist/

About

A toolkit of JS functions, recommended tools and best practice guidelines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published