https://github.com/codeace18/folio_v4
https://github.com/codeace18/folio_v4
boilerplate javascript react scss
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codeace18/folio_v4
- Owner: codeAce18
- Created: 2025-02-01T17:11:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-01T15:46:11.000Z (11 months ago)
- Last Synced: 2025-08-01T17:42:55.900Z (11 months ago)
- Topics: boilerplate, javascript, react, scss
- Language: SCSS
- Homepage: https://folio-v4.vercel.app
- Size: 1.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### To kickstart the boilerplate, run the following commands:
```bash
yarn
yarn dev
```
### If you do not have yarn installed, delete the `yarn.lock` file and install via npm,
```bash
npm install
npm run dev
```
### Or install yarn:
```bash
npm install --global yarn
```