Install the below softwares
S.No | Software | Version | Reference |
---|---|---|---|
1 | node | >= 9.10.0 | Node.js installation with nvm |
2 | npm | >= 6.4.1 | npm installation |
-
Clone the project
git clone [email protected]:Codebrahma/csv-to-graphql.git
-
Switch your current working directory to the root directory of the project
cd csv-to-graphql
-
Install the dependencies required by the app and development environment
npm install
-
Start the server
npm start
- Create a new feature branch from
master
branch - Make your contribution or changes
- Push your branch to github.com
- Raise PR to
master
from your feature branch. - Assign
ready-for-review
label to your PR once you are done.