A webapp project to create Riddle Games like Notpron with NodeJS and React
- NodeJS
- npm
First, create your riddles following instructions on README.md
on src/riddles/
- Install all backend dependencies
$ npm install
- Start the server
$ npm start
The same scripts executed on the backend.
- Install all frontend dependencies
$ npm install
- Start the server
$ npm start
And finally, just access localhost:3000
to enter the Riddle.