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

https://github.com/alexw00/fs-study


https://github.com/alexw00/fs-study

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

## Struct

- `client/` - front end code
- `server/` - back end code
- `shared/` - shared code between client and server

## Dev

- open 2 terminals
1. in ./client run `npm run dev` (after `npm install`)
2. in ./server run `npm run dev` (after `npm install`)

## Prod

- in ./client run `npm run build`
- in ./server run `npm run start`