https://github.com/jhta/cd_ms
nop
https://github.com/jhta/cd_ms
Last synced: 12 months ago
JSON representation
nop
- Host: GitHub
- URL: https://github.com/jhta/cd_ms
- Owner: jhta
- Created: 2018-08-23T05:10:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-23T05:27:59.000Z (almost 8 years ago)
- Last Synced: 2025-03-12T16:45:04.637Z (over 1 year ago)
- Language: JavaScript
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RetroBlog
### Scripts
* Install: `yarn install`
* run dev enviroment: `yarn dev`
* run dev server debug: `yarn dev:debug`
* build: `yarn build`
* run production enviroment: `yarn start`
* run linter (standard.js): `yarn lint`
* fix lint: `yarn lint`
* build docker container: `yarn build:docker`
* run docker image: `yarn start:docker`
## Stack:
* React.js for build the UI
* Next.js for SSR, styles and configurarion (currently the website don't need javascript for work)
* Standard.js for Linting
* Express.js for manage custom routes, github api auth and response endpoints.
* React-reveal, moment, lodash, react markdown and more.
## Testing:
I would like implement a testing env with Jest, Stub, Yup and Enzyme
## Docs
I would like use Docz