ππ Secret notes app built with React and Express
The repo's structure is pretty straightforward: The back-end is in api
folder and the web front-end is in webapp
.
npm i --prefix api && npm i --prefix webapp
Don't forget to set the needed env vars (find them in each directory's .env.sample
).
All commands are executed at the root of the project (find their equivalent in each package.json
if you want an execution in a specific folder).
Don't forget where your
.env
files are located. You might want to place them in the directory where you run your process.
npm run webapp:build
And serve the webapp/build
folder.
npm run api:start
Found a bug? Feel free to contact me or open an issue on github. You can also contribute by creating a pull request.