simple landing page for train slicing, layouting, and responsive design.
public => assets static
src
├── @types => globals types
├── app => all routes pages
├── ├── (components) => directory for components for only specific page
├── ├── page.tsx => create new route / page
├── components => common shared reusabled global component
├── ├── atoms => stand alone components
├── ├── molecules => organize component a combination from a several atoms components
├── ├── pages => organize all molecules to 1 pages
├── hooks => custom hooks
├── layouts => global layout parent
├── libs => utilities
├── service => comunicate with data json
Clone the project
git clone https://github.com/pashacoder217/Staycation-NextGo to the project directory
cd Staycation-NextInstall dependencies
npm installStart the server
npm run dev