Project to crowdfund data valuations
Ensure that you have the npm package mananger installed, along with NodeJS > 10.16
Then, navigate to the root folder of the project and run:
npm install --save
This project requies an .env file at the root level to run. The default env configuration for local development is as follows:
NODE_ENV=development
PORT=3000
MONGO=mongodb://localhost:27017/
To run the project locally:
npm run dev
To build the project for production:
npm run build
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests (if any) as appropriate.
N/A
Please contact Raghav Mecheri for more details.
Ref: https://dev.to/kedar9/creating-a-node-app-with-react-webpack-4-babel-7-express-and-sass-3mae for project setup details