Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

:rocket: My personal blog, using JAMStack, without database or backend servers, just serving static files

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)