https://github.com/wilsonneto-dev/personal_jamstackblog
:rocket: My personal blog, using JAMStack, without database or backend servers, just serving static files
https://github.com/wilsonneto-dev/personal_jamstackblog
blog jamstack nextjs react
Last synced: 10 months ago
JSON representation
:rocket: My personal blog, using JAMStack, without database or backend servers, just serving static files
- Host: GitHub
- URL: https://github.com/wilsonneto-dev/personal_jamstackblog
- Owner: wilsonneto-dev
- Created: 2020-10-25T21:06:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-30T00:39:54.000Z (almost 5 years ago)
- Last Synced: 2025-01-12T19:14:48.879Z (11 months ago)
- Topics: blog, jamstack, nextjs, react
- Language: TypeScript
- Homepage:
- Size: 1.07 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## To run
First, run the development server:
```bash
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Commands
- `dev`: runs your application on `localhost:3000`
- `build`: creates the production build version
- `start`: starts a simple server with the build production code
- `lint`: runs the linter in all components and pages
- `test`: runs jest to test all components and pages
- `test:watch`: runs jest in watch mode
- `storybook`: runs storybook on `localhost:6006`
- `build-storybook`: create the build version of storybook
- `generate`: generate new components with plop (component, test/spec, story and style)