The source code for the EconoSim project homepage.
This project was initalized with create-react-app.
Any modern Node.js version, with npm.
- Install Node.js and npm via any method that you choose. (See here.)[https://nodejs.org/en/download]
- Clone this repo.
- Install dependencies.
cdinto the root diectory of this repo.- Run
npm install.
- Start the development server.
- Run
npm run start.
- Run