- Quick summary: A Simple React Application with basic User login, registration portals and a dashboard. It is built to integrate with A Simple Express Mongo Application.
To run this application, you'll need Git, and Node.js (which comes with npm) installed on your computer.
- Clone the repository using this command(in your Command Line)
git clone https://github.com/Comurule/simple-react-app.git
- Go into the repository
cd simple-react-app
- Install all dependencies using this command(in your Command Line)
npm install
- Run the app with this command(in your Command Line)
npm start
- Check the port on the specified port on the env or 8081(It should load the homepage automatically);
Chibuike Umechukwu