{"id":13407945,"url":"https://github.com/louiskhenghao/next-bulma","last_synced_at":"2025-04-14T11:54:11.626Z","repository":{"id":37709454,"uuid":"153403678","full_name":"louiskhenghao/next-bulma","owner":"louiskhenghao","description":"NextJs with Bulma CSS Framework","archived":false,"fork":false,"pushed_at":"2022-12-09T06:46:20.000Z","size":1474,"stargazers_count":12,"open_issues_count":16,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-07-31T20:28:38.934Z","etag":null,"topics":["boilerplate","bulma","bulma-css-framework","nextjs","nextjs-starter","scss","starter","starter-app"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/louiskhenghao.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-17T06:04:27.000Z","updated_at":"2022-08-31T02:26:17.000Z","dependencies_parsed_at":"2023-01-25T17:01:40.685Z","dependency_job_id":null,"html_url":"https://github.com/louiskhenghao/next-bulma","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louiskhenghao%2Fnext-bulma","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louiskhenghao%2Fnext-bulma/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louiskhenghao%2Fnext-bulma/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/louiskhenghao%2Fnext-bulma/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/louiskhenghao","download_url":"https://codeload.github.com/louiskhenghao/next-bulma/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248878021,"owners_count":21176241,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["boilerplate","bulma","bulma-css-framework","nextjs","nextjs-starter","scss","starter","starter-app"],"created_at":"2024-07-30T20:00:49.704Z","updated_at":"2025-04-14T11:54:11.558Z","avatar_url":"https://github.com/louiskhenghao.png","language":"JavaScript","funding_links":[],"categories":["Resources"],"sub_categories":["Starters"],"readme":"# NextJs Starter\n\n\u003e A Starter project for `nextJs` with Bulma CSS framework.\n\n## Demo\nhttps://codesandbox.io/s/github/louiskhenghao/next-bulma\n\n## How to run app\n\n### Run development build\n\n```bash\nyarn\nyarn dev\n```\n\n### Run production build with:\n\n```bash\nyarn build\nyarn start\n```\n\n### Export as static HTML files\n\n```\nyarn build\nyarn export\n\n# To try on your local machine\n# note: you'll need to install https://github.com/zeit/serve\ncd out\nserve -p 8080\n```\n\n# Folder structure\n\n```\n/config\n  - index.js\n/components\n  - YourComponent.js\n/pages\n  - YourPage.js\n/screens\n  - /YourScreenComponent\n    - index.jsx\n    - styles.jsx\n/styles\n  - theme.scss\n  - styles.scss\n```\n\n- `components` folder is the place for your component.\n- `pages` folder is the place for pages to be served, by default nextJs will consume the js file as page route, (Example: there is a `mypages.js` file under `pages`, so to access this page i just go to `http://localhost:3000/mypages`)\n- `screens` folder is the place for pages component, each page component will have a component and its styles, the purpose to having these due to some people would love to seperate style and component in different files **_(This is optional)_**\n- `styles/theme.scss` - this is the place where we import bulma theme, you can choose to define what you need to use for your application\n- `styles/styles.scss` - this file is to define global styles for your application\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flouiskhenghao%2Fnext-bulma","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flouiskhenghao%2Fnext-bulma","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flouiskhenghao%2Fnext-bulma/lists"}