Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.25 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.25 KB

Secret notes app

🔒📝 Secret notes app built with React and Express

Live demo

Netlify Status code style: prettier

Structure

The repo's structure is pretty straightforward: The back-end is in api folder and the web front-end is in webapp.

Setup

npm i --prefix api && npm i --prefix webapp 

Environment variables

Don't forget to set the needed env vars (find them in each directory's .env.sample).

Usage

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.

Webapp

npm run webapp:build

And serve the webapp/build folder.

API

npm run api:start

Issues

Found a bug? Feel free to contact me or open an issue on github. You can also contribute by creating a pull request.