📄Project Setup
Instructions to setup the project.
Last updated
Instructions to setup the project.
Last updated
git (to clone the repository).
node <= v11.10.1
Fork https://github.com/Ignitus/Ignitus-client.git
Clone git clone https://github.com/your_username/Ignitus-client.git
Once cloned navigate using cd Ignitus-client
Open terminal execute npm install
Now execute npm start
Navigate to http://localhost:3000 🚀
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript.
To run ESLint use.
This option instructs ESLint to automatically try to fix as many issues as possible. 🛠
Please don't commit your package-lock.json
until & unless you are not adding a new package.
Please create a new branch from develop
not from master
, and please create a pull request to develop
not to master
.