An App that allows the user to monitor the company sales, transactions, statistics and customers. The user can choose to use the web app with Dark or Light mode. It is built using React, Redux, Material UI, Nivo charts, Express and MongoDB.
-
Create a
.env
file in the server folder and a.env.local
in the client folder. These two files will be based on the.env.example
and must contain your unique values. -
Install the correct version of Node running this command in the project root folder
nvm install
-
Install the dependencies in the server and client folder
npm install
-
Run the Node server
npm run dev
-
Run the React app
npm start