Skip to content

l-portet/secret-notes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

51 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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.

About

πŸ”’ πŸ“ Secret notes app built with React and Express

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published