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.
- Host: GitHub
- URL: https://github.com/victor-0x29a/pug-wiki
- Owner: victor-0x29a
- Created: 2023-12-07T02:16:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-02T01:44:58.000Z (over 1 year ago)
- Last Synced: 2025-02-17T06:15:45.637Z (4 months ago)
- Topics: jsonwebtoken, nodejs, pugjs, scss, server-side-rendering, typescript
- Language: TypeScript
- Homepage:
- Size: 424 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```