https://github.com/neulabscom/fullstack-assignment
https://github.com/neulabscom/fullstack-assignment
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/neulabscom/fullstack-assignment
- Owner: neulabscom
- Created: 2022-03-11T22:26:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T01:14:17.000Z (over 3 years ago)
- Last Synced: 2025-04-02T13:11:24.567Z (about 1 year ago)
- Language: TypeScript
- Size: 1.03 MB
- Stars: 0
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neulabs fullstack assignment
## Setup
This project should work with all recent node versions, if you want to be sure you can use [nvm](https://github.com/nvm-sh/nvm) and run `nvm use` to get the version we used to prepare the assignment. (or just install node v16.9.1 if you prefer)
Then run:
```
yarn
```
And you are ready!
## Run the project
Run the bff (backend for frontend) - apollo server:
```
yarn workspace @neulabs/bff dev
```
Then run the website (nextjs):
```
yarn workspace @neulabs/website dev
```
Don't worry about builds, serve or other commands, just make your work with these two commands only.
## Open the homepage of the website for instructions on your assignment