Skip to content

A simple application using Express.js and Create-react-app

Notifications You must be signed in to change notification settings

pedro-surf/note-taking-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note Taking App

Simple application made with Express.JS + Create React App.

After cloning the project, you might install it and run, as usually:

npm install

will install dependencies. And:

npm start

will start Express server on port 5000. The app shall then appear in any browser acessing http://localhost:5000/.

Front-end

Source code is available in client folder. If you enter this directory, you can also install it's packages and run it locally:

cd client

npm install

npm start

About

A simple application using Express.js and Create-react-app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published