/expert-pancake

Reaktor pre-assignment for a summer developer position.

Primary LanguageJavaScriptMIT LicenseMIT

expert-pancake

Reaktor pre-assignment for summer developer position.

Hosted on heroku.

Both backend and frontend can be easily deployed with node scripts:

How to build & run

Works like any other node project. Install dependencies with:

npm install

run in production mode with:

npm start

The backend can be run in dev mode with:

npm run dev-backend

and frontend in dev mode with:

npm run dev-frontend