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

https://github.com/victor-0x29a/pug-wiki

Minimalist application as a blog using server-side-rendering.
https://github.com/victor-0x29a/pug-wiki

jsonwebtoken nodejs pugjs scss server-side-rendering typescript

Last synced: about 1 month ago
JSON representation

Minimalist application as a blog using server-side-rendering.

Awesome Lists containing this project

README

        







PugWiki


- Application server-side-rendering using the pug as a render engine;
- At the moment using the mysql as database throught Docker;
- Using SASS to all styles;
- Specs with Jest;
- Husky executing all tests after commit and before the commit the linter;

# Running locally

Install the packages:

- [Docker](https://www.docker.com/);
- [NodeJS](https://nodejs.org/en);

Go to the folder and run:

```
npm i -g yarn
```

And after, run:

```
yarn install
```

Now, to start, run:

```
docker compose up -d
```

And:

```
yarn dev
```