Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Math with Science is an open-source MERN project that contains math and science problem solvers and the goal is to help anyone struggling with any math problems

License

rawand-faraidun/mathwithscience

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Math with Science

Math with Science is an open-source MERN project that contains math and science problem solvers and the goal is to help anyone struggling with any math problems.


Math with Science brand logo

installation

Getting a local copy of the project.

git clone https://github.com/rawand-faraidun/mathwithscience.git

Usage

Note: before running the project, pay attention to these points:

  • Watch .env.example file in and make a .env file based on it.

  • Run pre-build script, or read README.md file in server and client folders to know more about the project's function.

The project can be run these ways:

  1. Use server to serve the static front-end (this is how the website works), this can be done using start script.
npm start
  1. Use React development and server seperatly using dev script, by default the server runs on port 5000 and react development runs on port 3000.
npm run dev
  1. Use server script to run the server, client script to run the client, or cd into them and start them there.

run server:

npm run server

run client:

npm run client

About

Math with Science is an open-source MERN project that contains math and science problem solvers and the goal is to help anyone struggling with any math problems

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published