Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 256 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 256 Bytes

ExpressJs - ReactJs Sample

start backend

npm install
npm run dev

start frontend

cd javascript
npm install
npm start

access to your app

Access to app on your browser : http://localhost:3000