Skip to content

GregDemidenkov/DND-Progressive-TODO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DND-Progressive-TODO


Project technology stack

Frontend:

  • React(react-router-dom, react-dom, react-mobx-lite)
  • MobX
  • Typescript
  • Module scss
  • Axios

Backend:

  • Express
  • MongoDB(mongoose)
  • Config

Instructions for starting

Server:

Before start you need add in server/config/default.json your db url


Go to server directory

cd server


Installing dependencies

npm install


Server start

npm start


Open http://localhost:5000 to view it in the browser.


Client:


Go to client directory

cd client


Installing dependencies

npm install


Client start

npm run dev


Open http://localhost:3000 to view it in the browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published