Skip to content

neulabscom/fullstack-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neulabs fullstack assignment

Setup

This project should work with all recent node versions, if you want to be sure you can use 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published