Fork and clone covidInformation repository to your preferred directory:
$ git clone [email protected]:21grahams/covidInformation.git
Open the project and install the dependencies included in the package.json:
$ npm install
Initialize webpack:
$ npm run react-dev
Run the nodemon server and you're ready to start exploring:
$ npm start
Project is created with:
- Node v14.15.1
- ExpressJS Node v4.17.1
- Nodemon v2.0.7
- Postgres pg v8.7.1
- React v17.0.2